llvm-project/clang/tools/clang-linker-wrapper
Joseph Huber 1a5c1ee5b8 [LinkerWrapper] Fix deleted constructor error on older compilers
Summary:
The previous patch moved some functoinality into a new function and
returned it. The vector contained move-only members. Newer compilers
should figure this out and I didn't notice any problems, but other ones
have problems. Explicitly move this vector to hopefully solve the issue.
2022-07-13 15:45:35 -04:00
..
CMakeLists.txt [LinkerWrapper][NFC] Rework command line argument handling in the linker wrapper 2022-07-08 11:18:38 -04:00
ClangLinkerWrapper.cpp [LinkerWrapper] Fix deleted constructor error on older compilers 2022-07-13 15:45:35 -04:00
LinkerWrapperOpts.td [LinkerWrapper] Support time tracing in the linker wrapper 2022-07-13 15:38:39 -04:00
OffloadWrapper.cpp [HIP] Add support for handling HIP in the linker wrapper 2022-07-11 15:49:23 -04:00
OffloadWrapper.h [HIP] Add support for handling HIP in the linker wrapper 2022-07-11 15:49:23 -04:00