aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-12 04:18:10 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-12 04:18:10 +0000
commitc16f16505a46e6c6af2d0f32e1309c2409b6da91 (patch)
tree5e4e3e30ad9335243f7873cf671a19c80f4463ea /cmake/modules
parentfdb9677ae93c9ba53aac1d6da2720cd5f760f38d (diff)
downloadexternal_llvm-c16f16505a46e6c6af2d0f32e1309c2409b6da91.zip
external_llvm-c16f16505a46e6c6af2d0f32e1309c2409b6da91.tar.gz
external_llvm-c16f16505a46e6c6af2d0f32e1309c2409b6da91.tar.bz2
CMake: Fixed sed script for translating library dependencies from
LibDeps.txt format to LLVMLibDeps.cmake format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/LLVMLibDeps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/LLVMLibDeps.cmake b/cmake/modules/LLVMLibDeps.cmake
index d767034..99eb73b 100644
--- a/cmake/modules/LLVMLibDeps.cmake
+++ b/cmake/modules/LLVMLibDeps.cmake
@@ -12,7 +12,7 @@
# It is necessary to remove the `lib' prefix and the `.a'.
# This 'sed' script should do the trick:
-# sed -e s'#\.a##g' -e 's#libLLVM#LLVM#g' -e 's#: ##' -e 's#\(.*\)#set(MSVC_LIB_DEPS_\1)#' ~/llvm/tools/llvm-config/LibDeps.txt
+# sed -e s'#\.a##g' -e 's#libLLVM#LLVM#g' -e 's#: # #' -e 's#\(.*\)#set(MSVC_LIB_DEPS_\1)#' ~/llvm/tools/llvm-config/LibDeps.txt
#
# TODO: do this transformations on cmake.