Fix comment about removeRange.
[oota-llvm.git] / lib / System / CMakeLists.txt
index 31baf356bb05279e6272ac998b51b0583ef0ab35..4b9ce5dabf259b08ce78c0399ef411aee86fec82 100644 (file)
@@ -12,3 +12,7 @@ add_llvm_library(LLVMSystem
   Signals.cpp
   TimeValue.cpp
   )
+
+if( BUILD_SHARED_LIBS AND NOT WIN32 )
+  target_link_libraries(LLVMSystem dl)
+endif()