summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorShilei Tian <i@tianshilei.me>2023-05-02 08:35:55 -0400
committerShilei Tian <i@tianshilei.me>2023-05-02 08:35:55 -0400
commit8a11c5522fcedad83531af914d88e0bd4c538890 (patch)
treecb6a7fc56d1e8ee9fdabf6bdf96cbd58265e4bbb /openmp
parent7133283835fbc260465e899ff86c07202486558a (diff)
downloadllvm-8a11c5522fcedad83531af914d88e0bd4c538890.tar.gz
Revert "[OpenMP] Make `libomptarget` link against `libomp`"
This reverts commit dc049a4ea681b1d0a4880bae3e19ae0ef40f6e80. It causes issue of export target.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/openmp/libomptarget/src/CMakeLists.txt b/openmp/libomptarget/src/CMakeLists.txt
index ff5d8c4dd558..ef3a6270b78a 100644
--- a/openmp/libomptarget/src/CMakeLists.txt
+++ b/openmp/libomptarget/src/CMakeLists.txt
@@ -31,10 +31,6 @@ add_llvm_library(omptarget
Support
Object
- LINK_LIBS
- PUBLIC
- omp
-
NO_INSTALL_RPATH
)
target_include_directories(omptarget PRIVATE ${LIBOMPTARGET_INCLUDE_DIR})