summaryrefslogtreecommitdiff
path: root/cmake/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/Makefile')
-rw-r--r--cmake/modules/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/Makefile b/cmake/modules/Makefile
index 936d787fd8..52140a605f 100644
--- a/cmake/modules/Makefile
+++ b/cmake/modules/Makefile
@@ -53,8 +53,6 @@ $(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
-e 's/@LLVM_CONFIG_EXPORTS_FILE@/$${LLVM_CMAKE_DIR}\/LLVMExports.cmake/' \
-e 's/@all_llvm_lib_deps@//' \
&& \
- # TODO: Teach LLVM-Config.cmake to use builtin CMake features \
- # for library dependencies. For now add the generated fragments. \
grep '^set_property.*LLVMBUILD_LIB_DEPS_' "$(LLVMBuildCMakeFrag)" \
) > $@