This patch removes the system call to the clang-offload-wrapper tool
by replicating its functionality in a new file. This improves
performance and makes the future wrapping functionality easier to
change.
Depends on D118197
Paths
| Differential D118198
[OpenMP] Remove call to 'clang-offload-wrapper' binary ClosedPublic Authored by jhuber6 on Jan 25 2022, 2:50 PM.
Details Summary This patch removes the system call to the clang-offload-wrapper tool Depends on D118197
Diff Detail
Event Timelinejhuber6 added a child revision: D118611: [PassBuilder] Add OpenMPOpt to default LTO pipeline.Jan 31 2022, 7:46 AM This revision is now accepted and ready to land.Jan 31 2022, 7:45 PM This revision was landed with ongoing or failed builds.Jan 31 2022, 8:12 PM Closed by commit rG19fac745e322: [OpenMP] Remove call to 'clang-offload-wrapper' binary (authored by jhuber6). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404797 clang/tools/clang-linker-wrapper/CMakeLists.txt
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
clang/tools/clang-linker-wrapper/OffloadWrapper.h
clang/tools/clang-linker-wrapper/OffloadWrapper.cpp
|