Summary;
This patch adds support for embedding device images in the linker
wrapper tool. This will be used for performing JIT functionality in the
future.
Depends on D117048
Paths
| Differential D117049
[OpenMP] Add support for embedding bitcode images in wrapper tool ClosedPublic Authored by jhuber6 on Jan 11 2022, 12:56 PM.
Details Summary Summary; Depends on D117048
Diff Detail
Event TimelineHerald added subscribers: ormris, dang, steven_wu and 3 others. · View Herald TranscriptJan 11 2022, 12:56 PM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 11 2022, 12:56 PM Comment Actions Update approach, improve LTO file handling for multiple outputs and don't change the LTO config. jhuber6 added a child revision: D117156: [OpenMP] Add extra flag handling to linker wrapper.Jan 12 2022, 2:14 PM Comment Actions It seems that this patch along with D117156 and D117246 is giving patch application failed error [https://buildkite.com/llvm-project/diff-checks/builds/82688]. Comment Actions
I think what happened is I didn't include a small fix patch I had locally in the list somewhere which made the diffs not apply. I could probably try to squash them and reapply if it's important. Comment Actions I'm gonna accept it for now to make it in 14. We can always come back later if we see anything wrong. This revision is now accepted and ready to land.Jan 31 2022, 8:08 PM This revision was landed with ongoing or failed builds.Jan 31 2022, 8:12 PM Closed by commit rGf28c3153ee6d: [OpenMP] Add support for embedding bitcode images in wrapper tool (authored by jhuber6). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404792 clang/lib/Driver/ToolChains/Clang.cpp
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
|