This patch replaces the system call to the llc binary with a library
call to the target machine interface. This should be faster than
relying on an external system call to compile the final wrapper binary.
Depends on D118155
Paths
| Differential D118197
[OpenMP] Replace sysmtem call to `llc` with target machine ClosedPublic Authored by jhuber6 on Jan 25 2022, 2:49 PM.
Details Summary This patch replaces the system call to the llc binary with a library Depends on D118155
Diff Detail
Event TimelineHerald added subscribers: mikhail.ramalho, guansong, yaxunl, mgorny. · View Herald TranscriptJan 25 2022, 2:49 PM jhuber6 added a child revision: D118198: [OpenMP] Remove call to 'clang-offload-wrapper' binary.Jan 25 2022, 2:50 PM This revision is now accepted and ready to land.Jan 31 2022, 7:05 PM This revision was landed with ongoing or failed builds.Jan 31 2022, 8:12 PM Closed by commit rGeb6ddf288cd0: [OpenMP] Replace sysmtem call to `llc` with target machine (authored by jhuber6). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404796 clang/tools/clang-linker-wrapper/CMakeLists.txt
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
|