Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Transforms / IPO / CMakeLists.txt
blob4e4372179b46c7931c5db4a290f1952437a27231
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   IPO
6   Support
7   TargetParser
8   TransformUtils
9   )
11 add_llvm_unittest(IPOTests
12   LowerTypeTests.cpp
13   WholeProgramDevirt.cpp
14   AttributorTest.cpp
15   FunctionSpecializationTest.cpp
16   )
18 set_property(TARGET IPOTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")