summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-08-23 18:28:10 +0000
committerHans Wennborg <hans@hanshq.net>2013-08-23 18:28:10 +0000
commit361c287f0d7852163d218d7893577fc53ccdc677 (patch)
treeffc2399b535d575fc65c81f869144d5e52128328 /llvm/cmake/modules
parent8c981adcec415bc9c591957ba30b58b53b70eaac (diff)
downloadbcm5719-llvm-361c287f0d7852163d218d7893577fc53ccdc677.tar.gz
bcm5719-llvm-361c287f0d7852163d218d7893577fc53ccdc677.zip
CMake: don't install tablegen
Since it's an llvm-internal tool, we shouldn't install it. (This depends on Clang r189127 and lld r189128.) llvm-svn: 189130
Diffstat (limited to 'llvm/cmake/modules')
-rw-r--r--llvm/cmake/modules/TableGen.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/cmake/modules/TableGen.cmake b/llvm/cmake/modules/TableGen.cmake
index 7a1d4a19a6c..13a75689d3c 100644
--- a/llvm/cmake/modules/TableGen.cmake
+++ b/llvm/cmake/modules/TableGen.cmake
@@ -126,6 +126,4 @@ macro(add_tablegen target project)
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD AND NOT BEOS )
target_link_libraries(${target} pthread)
endif()
-
- install(TARGETS ${target} RUNTIME DESTINATION bin)
endmacro()
OpenPOWER on IntegriCloud