Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions offload/libomptarget/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
message(STATUS "Building offloading runtime library libomptarget.")

if(LIBOMP_STANDALONE)
set(LIBOMP ${LIBOMP_STANDALONE})
else()
set(LIBOMP omp)
endif()

add_llvm_library(omptarget
SHARED

Expand Down Expand Up @@ -33,10 +27,6 @@ add_llvm_library(omptarget
Support
Object

LINK_LIBS
PUBLIC
${LIBOMP}

NO_INSTALL_RPATH
BUILDTREE_ONLY
)
Expand Down
1 change: 0 additions & 1 deletion offload/tools/deviceinfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ target_include_directories(llvm-offload-device-info PRIVATE
${LIBOMPTARGET_INCLUDE_DIR}
)
target_link_libraries(llvm-offload-device-info PRIVATE
omp
omptarget
)
1 change: 0 additions & 1 deletion offload/tools/kernelreplay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ target_include_directories(llvm-omp-kernel-replay PRIVATE
)
target_link_libraries(llvm-omp-kernel-replay PRIVATE
LLVMSupport
omp
omptarget
)
Loading