aboutsummaryrefslogtreecommitdiffstats
path: root/lib/LLVMBuild.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
commitcc48854d5d51a2d7557f1040a61f160ad86c9729 (patch)
tree8b1852fb26b556df1366f94f1ab652b995a0ab36 /lib/LLVMBuild.txt
parent85509802eba15c82ff486f512a0b559699dc6999 (diff)
downloadexternal_llvm-cc48854d5d51a2d7557f1040a61f160ad86c9729.zip
external_llvm-cc48854d5d51a2d7557f1040a61f160ad86c9729.tar.gz
external_llvm-cc48854d5d51a2d7557f1040a61f160ad86c9729.tar.bz2
Move LTO support library to a component, allowing it to be tested
more reliably across platforms. Patch by Tom Roeder! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LLVMBuild.txt')
-rw-r--r--lib/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LLVMBuild.txt b/lib/LLVMBuild.txt
index ff288bc..00280c8 100644
--- a/lib/LLVMBuild.txt
+++ b/lib/LLVMBuild.txt
@@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[common]
-subdirectories = Analysis AsmParser Bitcode CodeGen DebugInfo ExecutionEngine Linker IR IRReader MC Object Option Support TableGen Target Transforms
+subdirectories = Analysis AsmParser Bitcode CodeGen DebugInfo ExecutionEngine Linker IR IRReader LTO MC Object Option Support TableGen Target Transforms
[component_0]
type = Group