[lldb] Fix warning: 'sprintf' is deprecated in RNBSocketTest
[llvm-project.git] / llvm / unittests / DebugInfo / LogicalView / CMakeLists.txt
blob42a4b72229483c465d85c1493aecab89153bf75a
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   AsmPrinter
4   DebugInfoDWARF
5   DebugInfoLogicalView
6   MC
7   MCDisassembler
8   Object
9   TargetParser
10   )
12 add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
13   ../DWARF/DwarfGenerator.cpp
14   ../DWARF/DwarfUtils.cpp
15   CodeViewReaderTest.cpp
16   CommandLineOptionsTest.cpp
17   CompareElementsTest.cpp
18   DWARFGeneratedTest.cpp
19   DWARFReaderTest.cpp
20   SelectElementsTest.cpp
21   LocationRangesTest.cpp
22   LogicalElementsTest.cpp
23   StringPoolTest.cpp
24   WarningInternalTest.cpp
25   )
27 target_link_libraries(DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport)