repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
unittests
/
Disassembler
/
CMakeLists.txt
blob
208f1807427f4e7281c02ad4a6c6f993dda57cf6
1
if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
2
add_subdirectory(ARM)
3
endif()
4
5
if("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
6
add_subdirectory(x86)
7
endif()
8
9
if("RISCV" IN_LIST LLVM_TARGETS_TO_BUILD)
10
add_subdirectory(RISCV)
11
endif()