diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 00:50:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 00:50:07 +0000 |
commit | affc6cf9d2b2b74532ce82027ac4524d1e29a658 (patch) | |
tree | 8b9c79b44e624f8066d82f2fc6fe24d77d9d2d39 /lib/Target/X86/LLVMBuild.txt | |
parent | b4eaee7a4407a73d95b042b08523e9ace577e2a1 (diff) | |
download | external_llvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.zip external_llvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.tar.gz external_llvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.tar.bz2 |
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
Diffstat (limited to 'lib/Target/X86/LLVMBuild.txt')
-rw-r--r-- | lib/Target/X86/LLVMBuild.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/LLVMBuild.txt b/lib/Target/X86/LLVMBuild.txt index 7f48a9e..814e81b 100644 --- a/lib/Target/X86/LLVMBuild.txt +++ b/lib/Target/X86/LLVMBuild.txt @@ -19,7 +19,6 @@ type = TargetGroup name = X86 parent = Target -add_to_library_groups = all-targets has_jit = 1 [component_1] |