Skip to content

Commit

Permalink
[OpenMP][FIX] Use unique library name to avoid clashes with other tests
Browse files Browse the repository at this point in the history
We probably should use a temporary name, but having stable names helps
debugging.
  • Loading branch information
jdoerfert committed Dec 6, 2023
1 parent d552ce2 commit dcbb196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit dcbb196

Please sign in to comment.