[Openmp-commits] [PATCH] D149391: [OpenMP] Add missing -L to libomptarget tests
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Apr 28 06:49:54 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG036371debe20: [OpenMP] Add missing -L to libomptarget tests (authored by jdenny).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149391/new/
https://reviews.llvm.org/D149391
Files:
openmp/libomptarget/test/lit.cfg
Index: openmp/libomptarget/test/lit.cfg
===================================================================
--- openmp/libomptarget/test/lit.cfg
+++ openmp/libomptarget/test/lit.cfg
@@ -64,7 +64,8 @@
# compiler flags
config.test_flags = " -I " + config.test_source_root + \
" -I " + config.omp_header_directory + \
- " -L " + config.library_dir;
+ " -L " + config.library_dir + \
+ " -L " + config.llvm_lib_directory
if config.omp_host_rtl_directory:
config.test_flags = config.test_flags + " -L " + \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149391.517904.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230428/c9e26bec/attachment.bin>
More information about the Openmp-commits
mailing list