[clang] [OpenMP] Silently accept `neon_vector_type` for the offloading device (PR #127439)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 17 08:58:24 PST 2025


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

Use `%clang_cc1` here instead of the driver.

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


More information about the cfe-commits mailing list