Files
linux-packaging-mono/external/llvm/unittests/Transforms/IPO/CMakeLists.txt

11 lines
130 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
Support
IPO
)
add_llvm_unittest(IPOTests
LowerTypeTests.cpp
WholeProgramDevirt.cpp
)