Daniel Dunbar | a3a2dfd | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 1 | ;===- ./lib/Target/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 | |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 18 | ; Please keep these as one per line so that out-of-tree merges |
| 19 | ; will typically require only insertion of a line. |
Daniel Dunbar | b0c594f | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 20 | [common] |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 21 | subdirectories = |
Tom Stellard | 953c681 | 2015-06-13 03:28:10 +0000 | [diff] [blame] | 22 | AMDGPU |
Pete Couperus | 53355ce | 2017-08-24 15:40:33 +0000 | [diff] [blame] | 23 | ARC |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 24 | ARM |
| 25 | AArch64 |
Dylan McKay | 0b9fa0c | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 26 | AVR |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 27 | BPF |
Jacques Pienaar | cf0b01d | 2016-03-28 13:09:54 +0000 | [diff] [blame] | 28 | Lanai |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 29 | Hexagon |
| 30 | MSP430 |
| 31 | NVPTX |
| 32 | Mips |
| 33 | PowerPC |
Alex Bradbury | 0ba26af | 2016-11-01 17:27:54 +0000 | [diff] [blame] | 34 | RISCV |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 35 | Sparc |
| 36 | SystemZ |
Dan Gohman | a743413 | 2015-06-29 23:51:55 +0000 | [diff] [blame] | 37 | WebAssembly |
Douglas Katzman | e0b6c11 | 2015-05-14 15:38:27 +0000 | [diff] [blame] | 38 | X86 |
| 39 | XCore |
Daniel Dunbar | b0c594f | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 40 | |
Daniel Dunbar | f779757 | 2011-11-11 22:59:16 +0000 | [diff] [blame] | 41 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 42 | ; with the best execution engine (the native JIT, if available, or the |
| 43 | ; interpreter). |
Daniel Dunbar | a3a2dfd | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 44 | [component_0] |
Daniel Dunbar | f779757 | 2011-11-11 22:59:16 +0000 | [diff] [blame] | 45 | type = LibraryGroup |
| 46 | name = Engine |
| 47 | parent = Libraries |
| 48 | |
| 49 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 50 | ; with the configured native target, if any. |
| 51 | [component_1] |
| 52 | type = LibraryGroup |
| 53 | name = Native |
| 54 | parent = Libraries |
| 55 | |
| 56 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 57 | ; with the configured native code generator, if any. |
| 58 | [component_2] |
| 59 | type = LibraryGroup |
| 60 | name = NativeCodeGen |
| 61 | parent = Libraries |
| 62 | |
| 63 | ; The component for the actual target library itself. |
| 64 | [component_3] |
Daniel Dunbar | a3a2dfd | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 65 | type = Library |
| 66 | name = Target |
| 67 | parent = Libraries |
NAKAMURA Takumi | 20b033e | 2015-01-15 05:21:00 +0000 | [diff] [blame] | 68 | required_libraries = Analysis Core MC Support |
Daniel Dunbar | a3a2dfd | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 69 | |
Anders Waldenborg | bfcd45c | 2013-10-15 13:04:27 +0000 | [diff] [blame] | 70 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 71 | ; with every built target, which makes it easy for tools to include every |
| 72 | ; target. |
| 73 | [component_4] |
| 74 | type = LibraryGroup |
| 75 | name = all-targets |
| 76 | parent = Libraries |