[PATCH] D116545: [OpenMP] Add support for extracting device code in linker wrapper
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 09:36:33 PST 2022
jdoerfert added a comment.
what commit contains the tests?
================
Comment at: clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp:435
+ Arg = **NewFileOrErr;
+ }
+ }
----------------
jhuber6 wrote:
> jdoerfert wrote:
> > Does this work with the "do not strip option"? I somehow doubt it and would expect an error.
> If we don't strip then we just return `None` to indicate we didn't create a new host file and this code won't execute.
I see, there is an optional inside an expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116545/new/
https://reviews.llvm.org/D116545
More information about the cfe-commits
mailing list