| Daniel Dunbar | bf9bba4 | 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 | |
| 18 | [component_0] |
| 19 | type = Library |
| 20 | name = Target |
| 21 | parent = Libraries |
| 22 | required_libraries = Core MC Support |
| 23 | |
| Daniel Dunbar | 807c6e4 | 2011-11-10 01:16:48 +0000 | [diff] [blame] | 24 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 25 | ; with every built target, which makes it easy for tools to include every |
| 26 | ; target. |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 27 | [component_1] |
| 28 | type = LibraryGroup |
| 29 | name = all-targets |
| 30 | parent = Libraries |
| 31 | |
| Daniel Dunbar | 233c930 | 2011-11-10 00:50:07 +0000 | [diff] [blame] | 32 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 33 | ; with the configured native target, if any. |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 34 | [component_2] |
| 35 | type = LibraryGroup |
| Daniel Dunbar | 233c930 | 2011-11-10 00:50:07 +0000 | [diff] [blame] | 36 | name = Native |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 37 | parent = Libraries |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 38 | |
| Daniel Dunbar | 233c930 | 2011-11-10 00:50:07 +0000 | [diff] [blame] | 39 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 40 | ; with the configured native code generator, if any. |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 41 | [component_3] |
| 42 | type = LibraryGroup |
| Daniel Dunbar | 233c930 | 2011-11-10 00:50:07 +0000 | [diff] [blame] | 43 | name = NativeCodeGen |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 44 | parent = Libraries |
| Daniel Dunbar | 233c930 | 2011-11-10 00:50:07 +0000 | [diff] [blame] | 45 | |
| 46 | ; This is a special group whose required libraries are extended (by llvm-build) |
| 47 | ; with the best execution engine (the native JIT, if available, or the |
| 48 | ; interpreter). |
| 49 | [component_4] |
| 50 | type = LibraryGroup |
| 51 | name = Engine |
| 52 | parent = Libraries |
| Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 53 | |