[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / unittests / DebugInfo / DWARF / CMakeLists.txt
blobd97e573ea38f0a6320e2fd6d7b9d42177d9597ef
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   AsmPrinter
4   DebugInfoDWARF
5   MC
6   Object
7   ObjectYAML
8   Support
9   )
11 add_llvm_unittest(DebugInfoDWARFTests
12   DwarfGenerator.cpp
13   DwarfUtils.cpp
14   DWARFDebugInfoTest.cpp
15   DWARFDebugLineTest.cpp
16   DWARFFormValueTest.cpp
17   )
19 target_link_libraries(DebugInfoDWARFTests PRIVATE LLVMTestingSupport)