diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-03 02:20:58 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-03 02:20:58 +0000 |
| commit | e2498d014bb9c213c01da0138cc313e5a1acfdf9 (patch) | |
| tree | 2735a02fd8fbc7d9c73921a81f898e569cf79260 /llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt | |
| parent | cc24e45e270e45189c621d46df6ebba57de04c1c (diff) | |
| download | bcm5719-llvm-e2498d014bb9c213c01da0138cc313e5a1acfdf9.tar.gz bcm5719-llvm-e2498d014bb9c213c01da0138cc313e5a1acfdf9.zip | |
MIPS disassembler support.
Patch by Vladimir Medic.
llvm-svn: 153924
Diffstat (limited to 'llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt')
| -rw-r--r-- | llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt b/llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt new file mode 100644 index 00000000000..5c0ee0d4a7a --- /dev/null +++ b/llvm/lib/Target/Mips/Disassembler/LLVMBuild.txt @@ -0,0 +1,46 @@ +;===- ./lib/Target/Mips/Disassembler/LLVMBuild.txt --------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Library +name = MipsDisassembler +parent = Mips +required_libraries = MC Support MipsInfo +add_to_library_groups = Mips +;===- ./lib/Target/Mips/Disassembler/LLVMBuild.txt --------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Library +name = MipsDisassembler +parent = Mips +required_libraries = MC Support MipsInfo +add_to_library_groups = Mips |

