We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648a524 commit fb2f112Copy full SHA for fb2f112
offload/test/offloading/shared_lib_fp_mapping.c
@@ -1,6 +1,6 @@
1
// clang-format off
2
// RUN: mkdir -p %t.testdir
3
-// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %t.testidr/libslfm.so -fopenmp-version=51
+// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %t.testdir/libslfm.so -fopenmp-version=51
4
// RUN: %libomptarget-compile-generic -rpath %t.testdir -L %t.testdir -l slfm -o %t -fopenmp-version=51
5
// RUN: env LIBOMPTARGET_INFO=32 %t 2>&1 | %fcheck-generic
6
// clang-format on
0 commit comments