[libcxx-commits] [clang] [libc] [flang] [clang-tools-extra] [llvm] [libcxx] [lld] [lldb] [OpenACC] Initial commits to support OpenACC (PR #70234)
Erich Keane via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 13 08:32:15 PST 2023
================
@@ -1349,6 +1349,19 @@ def fno_hip_emit_relocatable : Flag<["-"], "fno-hip-emit-relocatable">,
HelpText<"Do not override toolchain to compile HIP source to relocatable">;
}
+// Clang specific/exclusive options for OpenACC.
+def openacc_macro_override
----------------
erichkeane wrote:
It is for general consistency here, we typically provide both for many similar options. We typically don't use the 'EQ' form for CC1 at all (since it requires driver string-appending), and users are often more comfortable with the EQ version. I'm not attached to either, but it seems that it is sensible to provide both.
https://github.com/llvm/llvm-project/pull/70234
More information about the libcxx-commits
mailing list