diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-04-19 07:47:33 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-04-19 08:42:43 -0400 |
commit | 944b25aee393ceb31d847fb4d3b98695852eecc9 (patch) | |
tree | a86f24cfbb06fa0ad8a7ccad0ed14587e05a2917 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 12f55cac69d8978d1c433756a8b2114bf9ed1e1b (diff) | |
download | llvm-944b25aee393ceb31d847fb4d3b98695852eecc9.zip llvm-944b25aee393ceb31d847fb4d3b98695852eecc9.tar.gz llvm-944b25aee393ceb31d847fb4d3b98695852eecc9.tar.bz2 |
[OpenMP] Make Xopenmp-target args compile-only to silence warnings
Summary:
Previously we needed the `Xopenmp-target=` option during the linking
phase so the old offloading driver knew which items to extract and link
for the device. Now that the new driver has become the default this is
no longer necessary and will cause a warning to be emitted for the
unused argument. This should be silenced to avoid noise.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions