--- tools/libclang/CMakeLists.txt.orig	2018-01-12 15:23:46 UTC
+++ tools/libclang/CMakeLists.txt
@@ -53,11 +53,6 @@ if (TARGET clangTidyPlugin)
   list(APPEND LIBS clangIncludeFixerPlugin)
 endif ()
 
-find_library(DL_LIBRARY_PATH dl)
-if (DL_LIBRARY_PATH)
-  list(APPEND LIBS dl)
-endif()
-
 option(LIBCLANG_BUILD_STATIC
   "Build libclang as a static library (in addition to a shared one)" OFF)
 
