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 | cc48854d5d51a2d7557f1040a61f160ad86c9729 (patch) | |
tree | 8b1852fb26b556df1366f94f1ab652b995a0ab36 /tools/LLVMBuild.txt | |
parent | 85509802eba15c82ff486f512a0b559699dc6999 (diff) |
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 'tools/LLVMBuild.txt')
-rw-r--r-- | tools/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/LLVMBuild.txt b/tools/LLVMBuild.txt index 9ec89f3aa24..fa10b997a2c 100644 --- a/tools/LLVMBuild.txt +++ b/tools/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-mc llvm-nm llvm-objdump llvm-prof llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup +subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-lto llvm-mc llvm-nm llvm-objdump llvm-prof llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup [component_0] type = Group |