diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2013-09-24 23:52:22 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2013-09-24 23:52:22 +0000 |
commit | 4ccf0f1bef5702284f107bcd52c642e6ee1579e3 (patch) | |
tree | caaba676f675114c2737862398e19febd27f7ffc /llvm/lib/CMakeLists.txt | |
parent | 424ad95fa73cfe7c917c63fd94977b7c13a2b036 (diff) | |
download | bcm5719-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.txt | 1 |
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) |