[clang] [OpenMP][ASan][Driver] Update build steps for OpenMP ASan. (PR #179636)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 18 01:22:42 PST 2026


================
@@ -9,7 +9,7 @@
 // RUN:   | FileCheck --check-prefixes=NOTSUPPORTED,FAIL %s
 
 // Memory, Leak, UndefinedBehaviour and Thread Sanitizer are not supported on AMDGPU.
-// RUN:   %clang -no-canonical-prefixes -### --target=x86_64-unknown-linux-gnu -fopenmp=libomp --offload-arch=gfx908:xnack+ -fsanitize=address -fsanitize=leak -fgpu-sanitize --rocm-path=%S/Inputs/rocm -nogpuinc  %s 2>&1 \
+// RUN:   not %clang -no-canonical-prefixes -### --target=x86_64-unknown-linux-gnu -fopenmp=libomp --offload-arch=gfx908:xnack+ -fsanitize=address -fsanitize=leak -fgpu-sanitize --rocm-path=%S/Inputs/rocm -nogpuinc  %s 2>&1 \
----------------
arsenm wrote:

I don't understand these test updates. It's just breaking all of them? 

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


More information about the cfe-commits mailing list