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.
env
1 parent e68c265 commit 20da662Copy full SHA for 20da662
openmp/libomptarget/test/offloading/shared_lib_fp_mapping.c
@@ -1,7 +1,7 @@
1
// clang-format off
2
// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %T/liba.so -fopenmp-version=51
3
-// RUN: %libomptarget-compile-generic -L %T -l a -o %t -fopenmp-version=51
4
-// RUN: env LIBOMPTARGET_INFO=32 LD_LIBRARY_PATH=%T:$LD_LIBRARY_PATH %t | %fcheck-generic
+// RUN: %libomptarget-compile-generic -rpath %T -L %T -l a -o %t -fopenmp-version=51
+// RUN: env LIBOMPTARGET_INFO=32 %t 2>&1 | %fcheck-generic
5
// clang-format on
6
7
#include <stdio.h>
0 commit comments