Object/LLVMBuild.txt: Sort required_libraries by alphabetical order.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 02:52:08 +0000 (02:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 02:52:08 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212917 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/LLVMBuild.txt

index 8acacba78ddf3e730f9a0ad7bca73ed0c53e5e1d..bae578c76f7e89655f77d1d1a676112e486e8fe6 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = Object
 parent = Libraries
-required_libraries = BitReader Core Support MC MCParser
+required_libraries = BitReader Core MC MCParser Support