2011-11-03 19:53:17 +01:00
|
|
|
;===- ./lib/Target/Mips/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 23:45:54 +01:00
|
|
|
[common]
|
2012-04-17 20:03:21 +02:00
|
|
|
subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo
|
2011-12-12 23:45:54 +01:00
|
|
|
|
2011-11-03 19:53:17 +01:00
|
|
|
[component_0]
|
2011-11-10 01:49:51 +01:00
|
|
|
type = TargetGroup
|
2011-11-03 19:53:17 +01:00
|
|
|
name = Mips
|
|
|
|
parent = Target
|
2012-01-11 04:56:41 +01:00
|
|
|
has_asmparser = 1
|
2011-11-11 01:23:56 +01:00
|
|
|
has_asmprinter = 1
|
2012-04-17 20:03:21 +02:00
|
|
|
has_disassembler = 1
|
2011-11-10 01:49:51 +01:00
|
|
|
has_jit = 1
|
2011-11-03 19:53:17 +01:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = MipsCodeGen
|
|
|
|
parent = Mips
|
2015-06-12 20:44:57 +02:00
|
|
|
required_libraries =
|
|
|
|
Analysis
|
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
MC
|
|
|
|
MipsAsmPrinter
|
|
|
|
MipsDesc
|
|
|
|
MipsInfo
|
|
|
|
SelectionDAG
|
|
|
|
Support
|
|
|
|
Target
|
2011-11-03 19:53:17 +01:00
|
|
|
add_to_library_groups = Mips
|