summaryrefslogtreecommitdiff
path: root/tools/llvm-config
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-05 17:02:48 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-05 17:02:48 +0000
commite7510c2e9648ab8e887d7b40d913c7a7db784d67 (patch)
tree5bb5ead502e2ed4646ed07898e02b8bcbbccf8c6 /tools/llvm-config
parentb793bc1ccabef36b3223bae69f5e94a8e98d22eb (diff)
downloadllvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.gz
llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.bz2
llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.xz
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
scheme is used by the functionality related to find_package. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config')
-rw-r--r--tools/llvm-config/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/CMakeLists.txt b/tools/llvm-config/CMakeLists.txt
index 1f5aaf4d36..bc23a64d0e 100644
--- a/tools/llvm-config/CMakeLists.txt
+++ b/tools/llvm-config/CMakeLists.txt
@@ -142,7 +142,7 @@ install(FILES ${LLVM_CONFIG}
# Regeneration of library dependencies.
-# See the comments at the end of cmake/modules/LLVMConfig.cmake for
+# See the comments at the end of cmake/modules/LLVM-Config.cmake for
# notes and guidelines.
set(LLVMLibDeps ${LLVM_MAIN_SRC_DIR}/cmake/modules/LLVMLibDeps.cmake)