Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit b7f81d3

Browse files
committed
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.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189130 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3eb7322 commit b7f81d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/TableGen.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,4 @@ macro(add_tablegen target project)
126126
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD AND NOT BEOS )
127127
target_link_libraries(${target} pthread)
128128
endif()
129-
130-
install(TARGETS ${target} RUNTIME DESTINATION bin)
131129
endmacro()

0 commit comments

Comments
 (0)