Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 1 | ;===- ./lib/Target/PowerPC/LLVMBuild.txt -----------------------*- Conf -*--===; |
| 2 | ; |
| 3 | ; The LLVM Compiler Infrastructure |
| 4 | ; |
| 5 | ; This file is distributed under the University of Illinois Open Source |
| 6 | ; License. See LICENSE.TXT for details. |
| 7 | ; |
| 8 | ;===------------------------------------------------------------------------===; |
| 9 | ; |
| 10 | ; This is an LLVMBuild description file for the components in this subdirectory. |
| 11 | ; |
| 12 | ; For more information on the LLVMBuild system, please see: |
| 13 | ; |
| 14 | ; http://llvm.org/docs/LLVMBuild.html |
| 15 | ; |
| 16 | ;===------------------------------------------------------------------------===; |
| 17 | |
Daniel Dunbar | 8889bb0 | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 18 | [common] |
Hal Finkel | 2345347 | 2013-12-19 16:13:01 +0000 | [diff] [blame] | 19 | subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo |
Daniel Dunbar | 8889bb0 | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 20 | |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 21 | [component_0] |
Daniel Dunbar | 82219ad | 2011-11-10 00:49:51 +0000 | [diff] [blame] | 22 | type = TargetGroup |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 23 | name = PowerPC |
| 24 | parent = Target |
Hal Finkel | 0a576d5 | 2013-12-16 15:48:09 +0000 | [diff] [blame] | 25 | has_asmparser = 1 |
Daniel Dunbar | 6d617b4 | 2011-11-11 00:23:56 +0000 | [diff] [blame] | 26 | has_asmprinter = 1 |
Hal Finkel | 2345347 | 2013-12-19 16:13:01 +0000 | [diff] [blame] | 27 | has_disassembler = 1 |
Daniel Dunbar | 82219ad | 2011-11-10 00:49:51 +0000 | [diff] [blame] | 28 | has_jit = 1 |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 29 | |
| 30 | [component_1] |
| 31 | type = Library |
| 32 | name = PowerPCCodeGen |
| 33 | parent = PowerPC |
NAKAMURA Takumi | 7495dc7 | 2014-11-21 09:14:45 +0000 | [diff] [blame] | 34 | required_libraries = Analysis AsmPrinter CodeGen Core MC PowerPCAsmPrinter PowerPCDesc PowerPCInfo Scalar SelectionDAG Support Target TransformUtils |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 35 | add_to_library_groups = PowerPC |