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]
|
2012-04-12 17:55:53 +00:00
|
|
|
subdirectories = InstPrinter MCTargetDesc TargetInfo
|
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
|
2012-04-12 17:55:53 +00:00
|
|
|
required_libraries = AsmPrinter CodeGen Core HexagonAsmPrinter HexagonDesc HexagonInfo MC SelectionDAG Support Target
|
2011-12-12 21:14:40 +00:00
|
|
|
add_to_library_groups = Hexagon
|