From bfcd45cfe114311b32b171c529fd387dd8eac55f Mon Sep 17 00:00:00 2001 From: Anders Waldenborg Date: Tue, 15 Oct 2013 13:04:27 +0000 Subject: Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atleast) windows and darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192697 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/LLVMBuild.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/Target/LLVMBuild.txt') diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt index 10dc3dc685..98d26bcac8 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 AllTargetsBindings +subdirectories = AArch64 ARM CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore ; 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,3 +47,10 @@ 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 -- cgit v1.2.3