summaryrefslogtreecommitdiff
path: root/lib/LTO/LLVMBuild.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-01-15 05:20:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-01-15 05:20:46 +0000
commit9500df49eb9c4dcb38c5052ea0fed4dcd5005fe7 (patch)
tree568daf6739c744c24ed9c5930ac7a347a782d4d2 /lib/LTO/LLVMBuild.txt
parent961f28cd71efe2cfd6cd3d9ab19f8cc801e84e46 (diff)
Reorder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LLVMBuild.txt')
-rw-r--r--lib/LTO/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt
index b9178e94e4d..b776fdb7e67 100644
--- a/lib/LTO/LLVMBuild.txt
+++ b/lib/LTO/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = LTO
parent = Libraries
-required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils CodeGen
+required_libraries = BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils