From 8a11c5522fcedad83531af914d88e0bd4c538890 Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Tue, 2 May 2023 08:35:55 -0400 Subject: [PATCH] Revert "[OpenMP] Make `libomptarget` link against `libomp`" This reverts commit dc049a4ea681b1d0a4880bae3e19ae0ef40f6e80. It causes issue of export target. --- openmp/libomptarget/src/CMakeLists.txt | 4 ---- 1 file changed, 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}) -- 2.34.1