aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms/IPO/CMakeLists.txt
blob: 58b71b2bce03fe9b8527ee93f9a7b87ea03b24e9 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  Core
  Support
  IPO
  )

add_llvm_unittest(IPOTests
  LowerBitSets.cpp
  )