diff options
| author | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-12 21:14:40 +0000 |
|---|---|---|
| committer | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-12 21:14:40 +0000 |
| commit | 1213a7a57fdcb6c875b3f79103fc96d3e9d30b40 (patch) | |
| tree | 531d34e916e847cebbd717082d4f696a51610812 /llvm/lib/Target/Hexagon/LLVMBuild.txt | |
| parent | 45c41641664d8ff44c03f6205312d347081882b0 (diff) | |
| download | bcm5719-llvm-1213a7a57fdcb6c875b3f79103fc96d3e9d30b40.tar.gz bcm5719-llvm-1213a7a57fdcb6c875b3f79103fc96d3e9d30b40.zip | |
Hexagon backend support
llvm-svn: 146412
Diffstat (limited to 'llvm/lib/Target/Hexagon/LLVMBuild.txt')
| -rw-r--r-- | llvm/lib/Target/Hexagon/LLVMBuild.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/LLVMBuild.txt b/llvm/lib/Target/Hexagon/LLVMBuild.txt new file mode 100644 index 00000000000..a9524dbfb40 --- /dev/null +++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt @@ -0,0 +1,30 @@ +;===- ./lib/Target/Hexagon/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 = TargetGroup +name = Hexagon +parent = Target +has_asmprinter = 1 + +[component_1] +type = Library +name = HexagonCodeGen +parent = Hexagon +required_libraries = AsmPrinter CodeGen Core HexagonInfo SelectionDAG Support Target MC +add_to_library_groups = Hexagon + |

