Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1b51b7fc7f99f1d291284d83aaa8bcc4ce5fd62c
/
.
/
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)