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