2011-12-12 22:45:54 +00:00
|
|
|
;===- ./lib/Target/Hexagon/LLVMBuild.txt -----------------------*- Conf -*--===;
|
2011-12-12 21:14:40 +00:00
|
|
|
;
|
|
|
|
; 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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2011-12-12 22:45:54 +00:00
|
|
|
[common]
|
2011-12-15 22:29:08 +00:00
|
|
|
subdirectories = TargetInfo MCTargetDesc
|
2011-12-12 22:45:54 +00:00
|
|
|
|
2011-12-12 21:14:40 +00:00
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
|
|
|
name = Hexagon
|
|
|
|
parent = Target
|
|
|
|
has_asmprinter = 1
|
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = HexagonCodeGen
|
|
|
|
parent = Hexagon
|
2011-12-15 22:29:08 +00:00
|
|
|
required_libraries = AsmPrinter CodeGen Core HexagonInfo SelectionDAG Support Target MC HexagonDesc
|
2011-12-12 21:14:40 +00:00
|
|
|
add_to_library_groups = Hexagon
|