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