mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove llvm-lit from the cmake install target.
Since it's an llvm-internal tool, we shouldn't install it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c3ee1f8ac
commit
9d3c398d61
@ -2,11 +2,3 @@ configure_file(
|
||||
llvm-lit.in
|
||||
${LLVM_TOOLS_BINARY_DIR}/llvm-lit
|
||||
)
|
||||
|
||||
install(FILES
|
||||
${LLVM_TOOLS_BINARY_DIR}/llvm-lit
|
||||
DESTINATION bin
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
GROUP_READ GROUP_EXECUTE
|
||||
WORLD_READ WORLD_EXECUTE
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user