llvm-build: Add --native-target and --enable-targets options, and add logic to
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 00:50:07 +0000 (00:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 00:50:07 +0000 (00:50 +0000)
commitaffc6cf9d2b2b74532ce82027ac4524d1e29a658
tree8b9c79b44e624f8066d82f2fc6fe24d77d9d2d39
parentb4eaee7a4407a73d95b042b08523e9ace577e2a1
llvm-build: Add --native-target and --enable-targets options, and add logic to
handle defining the "magic" target related components (like native,
nativecodegen, and engine).
 - We still require these components to be in the project (currently in
   lib/Target) so that we have a place to document them and hopefully make it
   more obvious that they are "magic".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144253 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
lib/Target/ARM/LLVMBuild.txt
lib/Target/CBackend/LLVMBuild.txt
lib/Target/CellSPU/LLVMBuild.txt
lib/Target/CppBackend/LLVMBuild.txt
lib/Target/LLVMBuild.txt
lib/Target/MBlaze/LLVMBuild.txt
lib/Target/MSP430/LLVMBuild.txt
lib/Target/Mips/LLVMBuild.txt
lib/Target/PTX/LLVMBuild.txt
lib/Target/PowerPC/LLVMBuild.txt
lib/Target/Sparc/LLVMBuild.txt
lib/Target/X86/LLVMBuild.txt
lib/Target/XCore/LLVMBuild.txt
utils/llvm-build/llvmbuild/componentinfo.py
utils/llvm-build/llvmbuild/main.py