[PATCH] D116544: [Clang] Introduce Clang Linker Wrapper Tool
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 07:12:07 PST 2022
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
I think this is reasonable. It's a lot of boilerplate to put the interception shim in the right place, but we do want a specific point to inject offloading functionality and this is guarded by OPT_fopenmp_new_driver so should be safe. It'll be easy to adjust later if the patches that build on it end up needing different behaviour.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116544/new/
https://reviews.llvm.org/D116544
More information about the cfe-commits
mailing list