From: NAKAMURA Takumi Date: Thu, 15 Jan 2015 05:20:46 +0000 (+0000) Subject: Reorder. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=9500df49eb9c4dcb38c5052ea0fed4dcd5005fe7 Reorder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226125 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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