[flang] [clang] [clang-tools-extra] [llvm] [compiler-rt] [libcxx] [libc] [lldb] [lld] Make clang report invalid target versions for all environment types. (PR #78655)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 12:59:05 PST 2024


================
@@ -276,7 +276,7 @@ class Triple {
     Callable,
     Mesh,
     Amplification,
-
+    OpenCL,
----------------
ZijunZhaoCCK wrote:

Some cases like https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGenOpenCL/amdgpu-alignment.cl#L3

https://github.com/llvm/llvm-project/pull/78655


More information about the cfe-commits mailing list