1 set(LLVM_LINK_COMPONENTS 2 debuginfo 3 object 4 support 5 ) 6 7 set(DebugInfoSources 8 DWARFFormValueTest.cpp 9 ) 10 11 add_llvm_unittest(DebugInfoTests 12 ${DebugInfoSources} 13 ) 14