CMake: don't install tablegen
authorHans Wennborg <hans@hanshq.net>
Fri, 23 Aug 2013 18:28:10 +0000 (18:28 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 23 Aug 2013 18:28:10 +0000 (18:28 +0000)
Since it's an llvm-internal tool, we shouldn't install it.

(This depends on Clang r189127 and lld r189128.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189130 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/TableGen.cmake

index 7a1d4a19a6cff46e48cf2a06796df34ec806b745..13a75689d3cae5ed57271d87d39e04808558f5d8 100644 (file)
@@ -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()