[PATCH] D141105: [OpenMP] Add support for '--offload-arch=native' to OpenMP offloading
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 06:05:09 PST 2023
jhuber6 marked an inline comment as done.
jhuber6 added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:894
+ return;
+ }
+
----------------
jdoerfert wrote:
> Does this necessarily mean we failed with `=native`, if so it's ok. Just didn't follow the logic all the way.
I think this might trigger if someone passed `--offload-arch=` maybe we should treat that the same as native?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141105/new/
https://reviews.llvm.org/D141105
More information about the cfe-commits
mailing list