Mercurial > hg > CbC > CbC_llvm
view llvm/unittests/MC/CMakeLists.txt @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
line wrap: on
line source
foreach(t ${LLVM_TARGETS_TO_BUILD}) if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${t}) add_subdirectory(${t}) endif() endforeach() set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} MC MCDisassembler Object Support ) add_llvm_unittest(MCTests Disassembler.cpp DwarfLineTables.cpp DwarfLineTableHeaders.cpp MCInstPrinter.cpp StringTableBuilderTest.cpp TargetRegistry.cpp MCDisassemblerTest.cpp )