summaryrefslogtreecommitdiff
path: root/lib/Target/LLVMBuild.txt
diff options
context:
space:
mode:
authorAnders Waldenborg <anders@0x63.nu>2013-10-15 12:08:59 +0000
committerAnders Waldenborg <anders@0x63.nu>2013-10-15 12:08:59 +0000
commit6480db4b3afb0adb0ffcedc6e88e3b3f394a86cf (patch)
treefb5dae0bf434c72c8d6ec1c934d33ab1fdb8aa2a /lib/Target/LLVMBuild.txt
parentf8f993b675568ea6380ad141371c67679a1b9ac4 (diff)
downloadllvm-6480db4b3afb0adb0ffcedc6e88e3b3f394a86cf.tar.gz
llvm-6480db4b3afb0adb0ffcedc6e88e3b3f394a86cf.tar.bz2
llvm-6480db4b3afb0adb0ffcedc6e88e3b3f394a86cf.tar.xz
Add AllTargetsBindings sublibrary instead of having static inlines in the llvm-c headers.
This new library will be linked in when using the "all-targets" component and contains the LLVMInitializeAll* functions. This means that those functions will exist as real symbols in the shared library, and can therefore can be called from bindings that are using ffi the shared library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/LLVMBuild.txt')
-rw-r--r--lib/Target/LLVMBuild.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt
index 98d26bcac8..10dc3dc685 100644
--- a/lib/Target/LLVMBuild.txt
+++ b/lib/Target/LLVMBuild.txt
@@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[common]
-subdirectories = AArch64 ARM CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore
+subdirectories = AArch64 ARM CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore AllTargetsBindings
; This is a special group whose required libraries are extended (by llvm-build)
; with the best execution engine (the native JIT, if available, or the
@@ -47,10 +47,3 @@ name = Target
parent = Libraries
required_libraries = Core MC Support
-; This is a special group whose required libraries are extended (by llvm-build)
-; with every built target, which makes it easy for tools to include every
-; target.
-[component_4]
-type = LibraryGroup
-name = all-targets
-parent = Libraries