[clang] Clang/bug113094 (PR #127439)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 01:54:05 PST 2025
================
@@ -0,0 +1,6 @@
+// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target aarch64-unknown-linux-gnu -c -Xclang -verify %s
----------------
Fznamznon wrote:
We don't usually use clang driver in front-end tests. Could you please create a run line using pure front-end, i.e. via %clang_cc1 ?
Also, since this is OpenMP related, could you please put the test to OpenMP/ directory?
https://github.com/llvm/llvm-project/pull/127439
More information about the cfe-commits
mailing list