summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-11 22:59:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-11 22:59:23 +0000
commit8396893fa54d35c59f7538ea9589d496a6275903 (patch)
tree6ad6b336d6e49b7770567ebc1ccd0cad74a9af5e
parentf779757ceb202a995d90a2a17442255c70be061a (diff)
downloadllvm-8396893fa54d35c59f7538ea9589d496a6275903.tar.gz
llvm-8396893fa54d35c59f7538ea9589d496a6275903.tar.bz2
llvm-8396893fa54d35c59f7538ea9589d496a6275903.tar.xz
LLVMBuild: Alphabetize required_libraries lists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/IPO/LLVMBuild.txt2
-rw-r--r--lib/Transforms/Utils/LLVMBuild.txt2
-rw-r--r--utils/TableGen/LLVMBuild.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt
index bf5d5f49ca..884faca638 100644
--- a/lib/Transforms/IPO/LLVMBuild.txt
+++ b/lib/Transforms/IPO/LLVMBuild.txt
@@ -20,5 +20,5 @@ type = Library
name = IPO
parent = Transforms
library_name = ipo
-required_libraries = Analysis Core InstCombine Scalar Support Target TransformUtils IPA
+required_libraries = Analysis Core IPA InstCombine Scalar Support Target TransformUtils
diff --git a/lib/Transforms/Utils/LLVMBuild.txt b/lib/Transforms/Utils/LLVMBuild.txt
index 6ba983c89f..dea7b02d91 100644
--- a/lib/Transforms/Utils/LLVMBuild.txt
+++ b/lib/Transforms/Utils/LLVMBuild.txt
@@ -19,5 +19,5 @@
type = Library
name = TransformUtils
parent = Transforms
-required_libraries = Analysis Core Support Target IPA
+required_libraries = Analysis Core IPA Support Target
diff --git a/utils/TableGen/LLVMBuild.txt b/utils/TableGen/LLVMBuild.txt
index 71aee49ab1..b2a8ac6743 100644
--- a/utils/TableGen/LLVMBuild.txt
+++ b/utils/TableGen/LLVMBuild.txt
@@ -19,5 +19,5 @@
type = BuildTool
name = tblgen
parent = BuildTools
-required_libraries = TableGen Support
+required_libraries = Support TableGen