summaryrefslogtreecommitdiff
path: root/offload/test/offloading/spmdization.c
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2025-10-14 09:02:30 -0700
committerAlex Richardson <alexrichardson@google.com>2025-10-14 09:02:30 -0700
commite2d7be24a8dc31bb36380abd088b7eb0da7ef6b4 (patch)
tree4811d025c12321c442695ad5aa4f511fa2fbd10b /offload/test/offloading/spmdization.c
parent1be5a8430be58baa5754e6f046eeacf7ca2f1a54 (diff)
parent57726bdca274b152d2f36aaad7c961767bb1f91a (diff)
Created using spr 1.3.8-beta.1 [skip ci]
Diffstat (limited to 'offload/test/offloading/spmdization.c')
-rw-r--r--offload/test/offloading/spmdization.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/offload/test/offloading/spmdization.c b/offload/test/offloading/spmdization.c
index 7f3f47d9ef32..48627cd7dae1 100644
--- a/offload/test/offloading/spmdization.c
+++ b/offload/test/offloading/spmdization.c
@@ -2,7 +2,8 @@
// RUN: %libomptarget-compileopt-generic
// RUN: env LIBOMPTARGET_INFO=16 \
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,SPMD
-// RUN: %libomptarget-compileopt-generic -mllvm --openmp-opt-disable-spmdization
+// RUN: %libomptarget-compileopt-generic -mllvm --openmp-opt-disable-spmdization \
+// RUN: -Xoffload-linker -mllvm=--openmp-opt-disable-spmdization
// RUN: env LIBOMPTARGET_INFO=16 \
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,GENERIC
// clang-format on