Reorder alphabetically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243080 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-07-24 01:12:28 +00:00
parent 168ef66330
commit af9a5bc3e4

View File

@ -19,4 +19,4 @@
type = Library
name = MIRParser
parent = CodeGen
required_libraries = Core Support Target AsmParser CodeGen
required_libraries = AsmParser CodeGen Core Support Target