annotate lib/Target/ARC/LLVMBuild.txt @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 ;===- ./lib/Target/ARC/LLVMBuild.txt -------------------------*- Conf -*--===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 ; The LLVM Compiler Infrastructure
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 ; This file is distributed under the University of Illinois Open Source
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 ; License. See LICENSE.TXT for details.
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 ;===------------------------------------------------------------------------===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 ; This is an LLVMBuild description file for the components in this subdirectory.
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
12 ; For more information on the LLVMBuild system, please see:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
13 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
14 ; http://llvm.org/docs/LLVMBuild.html
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
15 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
16 ;===------------------------------------------------------------------------===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
17
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
18 [common]
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
19 subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
20
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
21 [component_0]
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
22 type = TargetGroup
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
23 name = ARC
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
24 parent = Target
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
25 has_asmprinter = 1
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
26 has_disassembler = 1
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
27
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
28 [component_1]
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
29 type = Library
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
30 name = ARCCodeGen
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
31 parent = ARC
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
32 required_libraries =
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
33 Analysis
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
34 AsmPrinter
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
35 CodeGen
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
36 Core
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
37 MC
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
38 SelectionDAG
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
39 Support
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
40 Target
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
41 TransformUtils
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
42 ARCAsmPrinter
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
43 ARCDesc
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
44 ARCInfo
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
45 add_to_library_groups = ARC