mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
CMake: Add llvm-lit to CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f713384be5
commit
becf392e3b
@ -311,6 +311,7 @@ add_subdirectory(test)
|
||||
add_subdirectory(utils/FileCheck)
|
||||
add_subdirectory(utils/count)
|
||||
add_subdirectory(utils/not)
|
||||
add_subdirectory(utils/llvm-lit)
|
||||
|
||||
set(LLVM_ENUM_ASM_PRINTERS "")
|
||||
set(LLVM_ENUM_ASM_PARSERS "")
|
||||
|
12
utils/llvm-lit/CMakeLists.txt
Normal file
12
utils/llvm-lit/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
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…
x
Reference in New Issue
Block a user