aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index b43c3afa52..5c15f8e9eb 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -42,7 +42,3 @@ add_llvm_library(LLVMSystem
Win32/ThreadLocal.inc
Win32/TimeValue.inc
)
-
-if( BUILD_SHARED_LIBS AND NOT WIN32 )
- target_link_libraries(LLVMSystem ${CMAKE_DL_LIBS})
-endif()