summaryrefslogtreecommitdiff
path: root/tools/llvm-config
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-14 04:29:33 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-14 04:29:33 +0000
commita339063723224a385a4299c80e156e0b9207df70 (patch)
tree8aa3686e3a3ac203a315fb04792c7dd2c11243c9 /tools/llvm-config
parent93db2f0f53638a3f76462fe83834bd9bf86c153d (diff)
downloadllvm-a339063723224a385a4299c80e156e0b9207df70.tar.gz
llvm-a339063723224a385a4299c80e156e0b9207df70.tar.bz2
llvm-a339063723224a385a4299c80e156e0b9207df70.tar.xz
CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is
necessary for the changes being effective on the successive targets git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config')
-rw-r--r--tools/llvm-config/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvm-config/CMakeLists.txt b/tools/llvm-config/CMakeLists.txt
index 03fe66b668..4873794635 100644
--- a/tools/llvm-config/CMakeLists.txt
+++ b/tools/llvm-config/CMakeLists.txt
@@ -123,3 +123,5 @@ install(FILES ${LLVM_CONFIG}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE
DESTINATION bin)
+
+set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)