[all-commits] [llvm/llvm-project] 1e59c1: [OpenMP][Libomptarget] Fix check-libomptarget
Giorgis Georgakoudis via All-commits
all-commits at lists.llvm.org
Wed Jan 27 06:47:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e59c1a89851534f162d5ada9fb61796710e4de5
https://github.com/llvm/llvm-project/commit/1e59c1a89851534f162d5ada9fb61796710e4de5
Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M openmp/README.rst
M openmp/libomptarget/CMakeLists.txt
Log Message:
-----------
[OpenMP][Libomptarget] Fix check-libomptarget
The check-libomptarget fails when building with LLVM_ENABLE_PROJECTS. This is because test configuration misses the path to libomp.so and libLLVMSupport.so when time profiling is enabled (both libraries have the same path when building). This patch add the path to the configuration.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D95376
More information about the All-commits
mailing list