summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-09-24 23:52:22 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-09-24 23:52:22 +0000
commit4ccf0f1bef5702284f107bcd52c642e6ee1579e3 (patch)
treecaaba676f675114c2737862398e19febd27f7ffc /llvm/lib/CMakeLists.txt
parent424ad95fa73cfe7c917c63fd94977b7c13a2b036 (diff)
downloadbcm5719-llvm-4ccf0f1bef5702284f107bcd52c642e6ee1579e3.tar.gz
bcm5719-llvm-4ccf0f1bef5702284f107bcd52c642e6ee1579e3.zip
Move LTO support library to a component, allowing it to be tested
more reliably across platforms. Patch by Tom Roeder! llvm-svn: 191343
Diffstat (limited to 'llvm/lib/CMakeLists.txt')
-rw-r--r--llvm/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index 4d9aebcd0a2..7fbf12339d7 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -7,6 +7,7 @@ add_subdirectory(Bitcode)
add_subdirectory(Transforms)
add_subdirectory(Linker)
add_subdirectory(Analysis)
+add_subdirectory(LTO)
add_subdirectory(MC)
add_subdirectory(Object)
add_subdirectory(Option)
OpenPOWER on IntegriCloud