Remove shell comment in the middle of a single-line command.
authorBob Wilson <bob.wilson@apple.com>
Sun, 9 Feb 2014 22:36:31 +0000 (22:36 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 9 Feb 2014 22:36:31 +0000 (22:36 +0000)
You can't put a comment in the middle of a command like this. This is
invalid shell syntax and breaks the build.

llvm-svn: 201057

llvm/cmake/modules/Makefile

index 936d787..52140a6 100644 (file)
@@ -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)" \
        ) > $@