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
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
lldb
/
unittests
/
UnwindAssembly
/
CMakeLists.txt
blob
136fcd9ae97981c2e2cf321e9a5f656b3fe7b2c8
1
if ("AArch64" IN_LIST LLVM_TARGETS_TO_BUILD)
2
add_subdirectory(ARM64)
3
endif()
4
5
if ("PowerPC" IN_LIST LLVM_TARGETS_TO_BUILD)
6
add_subdirectory(PPC64)
7
endif()
8
9
if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
10
add_subdirectory(x86)
11
endif()