Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
70b34533c22703b51a95598afceb58a0257d434b
/
.
/
lldb
/
unittests
/
UnwindAssembly
/
CMakeLists.txt
blob: 0326011fda848c9c05c0e84286f064018244bb11 [
file
] [
log
] [
blame
]
if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(x86)
endif()
add_subdirectory(InstEmulation)