1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/LTO/CMakeLists.txt
Peter Collingbourne 8969240f9e Move LTO support library to a component, allowing it to be tested
more reliably across platforms.  Patch by Tom Roeder!

llvm-svn: 191343
2013-09-24 23:52:22 +00:00

5 lines
68 B
CMake

add_llvm_library(LLVMLTO
LTOModule.cpp
LTOCodeGenerator.cpp
)