CMakeLists.txt 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD) add_lldb_unittest(EmulatorTests TestAArch64Emulator.cpp LINK_LIBS lldbCore lldbSymbol lldbTarget lldbPluginInstructionARM64 LINK_COMPONENTS Support ${LLVM_TARGETS_TO_BUILD}) endif()