[clang] Clang/bug113094 (PR #127439)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 17 05:27:33 PST 2025


================
@@ -0,0 +1,6 @@
+// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target aarch64-unknown-linux-gnu -c -Xclang -verify %s
----------------
jhuber6 wrote:

Seems CUDA used to have a test for this but it was removed for some reason? I would just stash it in `SemaOpenMP` or `OpenMP` and copy one of the existing `-verify` tests.

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


More information about the cfe-commits mailing list