[NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (#116377)
[llvm-project.git] / llvm / unittests / DebugInfo / LogicalView / CMakeLists.txt
blob1116edb212b057b8974b9b9510b2cfeb85f68139
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsDescs
3   AllTargetsDisassemblers
4   AllTargetsInfos
5   DebugInfoLogicalView
6   MC
7   MCDisassembler
8   TargetParser
9   )
11 add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
12   CodeViewReaderTest.cpp
13   CommandLineOptionsTest.cpp
14   CompareElementsTest.cpp
15   DWARFReaderTest.cpp
16   SelectElementsTest.cpp
17   LocationRangesTest.cpp
18   LogicalElementsTest.cpp
19   StringPoolTest.cpp
20   WarningInternalTest.cpp
21   )
23 target_link_libraries(DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport)