mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
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
This commit is contained in:
parent
a5e4216365
commit
f7ec8d8894
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user