Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 1 | ;===- ./lib/Target/Sparc/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] |
Venkatraman Govindaraju | dfcccc7 | 2014-01-06 08:08:58 +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 = Sparc |
| 24 | parent = Target |
Venkatraman Govindaraju | dfcccc7 | 2014-01-06 08:08:58 +0000 | [diff] [blame] | 25 | has_asmparser = 1 |
Daniel Dunbar | 6d617b4 | 2011-11-11 00:23:56 +0000 | [diff] [blame] | 26 | has_asmprinter = 1 |
Venkatraman Govindaraju | dfcccc7 | 2014-01-06 08:08:58 +0000 | [diff] [blame] | 27 | has_disassembler = 1 |
Venkatraman Govindaraju | 2ea4c28 | 2013-10-08 07:15:22 +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 = SparcCodeGen |
| 33 | parent = Sparc |
Venkatraman Govindaraju | 0b93865 | 2013-12-25 23:43:39 +0000 | [diff] [blame] | 34 | required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcAsmPrinter |
| 35 | SparcDesc SparcInfo Support Target |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 36 | add_to_library_groups = Sparc |