summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-01-07 14:19:15 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-01-07 14:19:15 +0000
commitf307b11cf913493bd5057f6562450eca2a9bb4a8 (patch)
treeb21127fc583a397b282c9032b0196b7bb09cd399 /llvm
parent495321047851f182d7d97e62e07bb63932fe2185 (diff)
downloadbcm5719-llvm-f307b11cf913493bd5057f6562450eca2a9bb4a8.tar.gz
bcm5719-llvm-f307b11cf913493bd5057f6562450eca2a9bb4a8.zip
Manually specify the folder that llvm-ranlib should reside in for CMake-produced solutions that care about such things (like MSVC). This takes llvm-ranlib out of the root solution folder and places it into the Tools folder where it belongs.
llvm-svn: 225353
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llvm-ar/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ar/CMakeLists.txt b/llvm/tools/llvm-ar/CMakeLists.txt
index da1789e2e96..3782c87e4d3 100644
--- a/llvm/tools/llvm-ar/CMakeLists.txt
+++ b/llvm/tools/llvm-ar/CMakeLists.txt
@@ -24,4 +24,6 @@ add_custom_command(OUTPUT ${llvm_ranlib}
DEPENDS llvm-ar)
add_custom_target(llvm-ranlib ALL DEPENDS ${llvm_ranlib})
+set_target_properties(llvm-ranlib PROPERTIES FOLDER Tools)
+
install(SCRIPT install_symlink.cmake -DCMAKE_INSTALL_PREFIX=\"${CMAKE_INSTALL_PREFIX}\")
OpenPOWER on IntegriCloud