1set(LLVM_LINK_COMPONENTS
2  Core
3  Support
4  IPO
5  )
6
7add_llvm_unittest(IPOTests
8  LowerTypeTests.cpp
9  WholeProgramDevirt.cpp
10  )
11