2011-11-03 18:53:17 +00:00
|
|
|
;===- ./lib/Target/XCore/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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2011-12-12 22:45:54 +00:00
|
|
|
[common]
|
2012-12-16 17:29:14 +00:00
|
|
|
subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo
|
2011-12-12 22:45:54 +00:00
|
|
|
|
2011-11-03 18:53:17 +00:00
|
|
|
[component_0]
|
2011-11-10 00:49:51 +00:00
|
|
|
type = TargetGroup
|
2011-11-03 18:53:17 +00:00
|
|
|
name = XCore
|
|
|
|
parent = Target
|
2011-11-11 00:23:56 +00:00
|
|
|
has_asmprinter = 1
|
2012-12-16 17:29:14 +00:00
|
|
|
has_disassembler = 1
|
2011-11-03 18:53:17 +00:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = XCoreCodeGen
|
|
|
|
parent = XCore
|
2013-12-10 05:39:34 +00:00
|
|
|
required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target TransformUtils XCoreAsmPrinter XCoreDesc XCoreInfo
|
2011-11-03 18:53:17 +00:00
|
|
|
add_to_library_groups = XCore
|