[docs] Fix build-docs.sh
[llvm-project.git] / llvm / unittests / Transforms / IPO / CMakeLists.txt
blob6c2a0f34e12c25d60258d59865952b8c14a36e1c
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   IPO
6   Support
7   TransformUtils
8   )
10 add_llvm_unittest(IPOTests
11   LowerTypeTests.cpp
12   WholeProgramDevirt.cpp
13   AttributorTest.cpp
14   )
16 set_property(TARGET IPOTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")