diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-24 01:12:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-24 01:12:28 +0000 |
commit | d12ebaf9a45d68b7864e0464ec3617a9add7d1a0 (patch) | |
tree | ff315d701afe3e5ff7577a5326dbbf72fbca0c93 /llvm/lib/CodeGen/MIRParser | |
parent | 1fb23395c3e49448d5965d43eb7958098051baf9 (diff) | |
download | bcm5719-llvm-d12ebaf9a45d68b7864e0464ec3617a9add7d1a0.tar.gz bcm5719-llvm-d12ebaf9a45d68b7864e0464ec3617a9add7d1a0.zip |
Reorder alphabetically.
llvm-svn: 243080
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser')
-rw-r--r-- | llvm/lib/CodeGen/MIRParser/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt b/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt index 04ae72290f9..6ea7bbe1363 100644 --- a/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt +++ b/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = MIRParser parent = CodeGen -required_libraries = Core Support Target AsmParser CodeGen +required_libraries = AsmParser CodeGen Core Support Target |