1set(LLVM_LINK_COMPONENTS 2 Analysis 3 AsmParser 4 Core 5 IPO 6 Support 7 TransformUtils 8 ) 9 10add_llvm_unittest(IPOTests 11 LowerTypeTests.cpp 12 WholeProgramDevirt.cpp 13 AttributorTest.cpp 14 ) 15