[llvm-objdump] --disassemble-symbols: skip inline relocs from symbols that are not...
[llvm-project.git] / llvm / unittests / MC / CMakeLists.txt
blobda8e219113f465f9e39ce0a370e2a514d7f34c9c
1 foreach(t ${LLVM_TARGETS_TO_BUILD})
2   if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${t})
3     add_subdirectory(${t})
4   endif()
5 endforeach()
7 set(LLVM_LINK_COMPONENTS
8   ${LLVM_TARGETS_TO_BUILD}
9   MC
10   MCDisassembler
11   Object
12   Support
13   TargetParser
14   )
16 add_llvm_unittest(MCTests
17   Disassembler.cpp
18   DwarfLineTables.cpp
19   DwarfLineTableHeaders.cpp
20   MCInstPrinter.cpp
21   StringTableBuilderTest.cpp
22   TargetRegistry.cpp
23   MCDisassemblerTest.cpp
24   )