[PATCH] D141158: [OpenMP] Introduce '-f[no]-openmp-target-jit' flag to control JIT for offloading
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 14:37:55 PST 2023
jhuber6 updated this revision to Diff 486991.
jhuber6 added a comment.
Adding an error print and some tests for it. We error if the user specified any `-foffload-lto` optoins that don't result in full LT.O
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141158/new/
https://reviews.llvm.org/D141158
Files:
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/openmp-offload-jit.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141158.486991.patch
Type: text/x-patch
Size: 6700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230106/57361050/attachment.bin>
More information about the cfe-commits
mailing list