aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJohannes Doerfert <johannes@jdoerfert.de>2023-12-06 14:49:49 -0800
committerJohannes Doerfert <johannes@jdoerfert.de>2023-12-06 14:50:28 -0800
commitdcbb1968a8215e79bfc2bdc48a88d2596b7f5995 (patch)
tree096b8c96fb32f03e277e0816b5ac45f8beca2c73 /openmp
parentd552ce263839ea92ae6bc5d05cf5e20b711019d1 (diff)
downloadllvm-dcbb1968a8215e79bfc2bdc48a88d2596b7f5995.zip
llvm-dcbb1968a8215e79bfc2bdc48a88d2596b7f5995.tar.gz
llvm-dcbb1968a8215e79bfc2bdc48a88d2596b7f5995.tar.bz2
[OpenMP][FIX] Use unique library name to avoid clashes with other tests
We probably should use a temporary name, but having stable names helps debugging.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c b/openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c
index a98a84c..ffb4bc9 100644
--- a/openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c
+++ b/openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c
@@ -1,6 +1,6 @@
// clang-format off
-// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %T/liba.so -fopenmp-version=51
-// RUN: %libomptarget-compile-generic -rpath %T -L %T -l a -o %t -fopenmp-version=51
+// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %T/libslfm.so -fopenmp-version=51
+// RUN: %libomptarget-compile-generic -rpath %T -L %T -l slfm -o %t -fopenmp-version=51
// RUN: env LIBOMPTARGET_INFO=32 %t 2>&1 | %fcheck-generic
// clang-format on