Skip to content

Commit fb2f112

Browse files
boomanaiden154mahesh-attarde
authored andcommitted
[Offload] Fix typo in shared_lib_fp_mapping.c
Made a typo in 963259e because I cannot run tests and also did not review it. This should fix it...
1 parent 648a524 commit fb2f112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/offloading/shared_lib_fp_mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// clang-format off
22
// 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
3+
// RUN: %clang-generic -fPIC -shared %S/../Inputs/declare_indirect_func.c -o %t.testdir/libslfm.so -fopenmp-version=51
44
// RUN: %libomptarget-compile-generic -rpath %t.testdir -L %t.testdir -l slfm -o %t -fopenmp-version=51
55
// RUN: env LIBOMPTARGET_INFO=32 %t 2>&1 | %fcheck-generic
66
// clang-format on

0 commit comments

Comments
 (0)