mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBE
enough to have this be useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12d9a4629b
commit
4cb5fff50b
@ -197,7 +197,6 @@ Options:
|
||||
--build-mode Print build mode of LLVM tree (e.g. Debug or Release).
|
||||
Typical components:
|
||||
all All LLVM libraries (default).
|
||||
backend Either a native backend or the C backend.
|
||||
engine Either a native JIT or a bitcode interpreter.
|
||||
__EOD__
|
||||
exit(1);
|
||||
@ -344,7 +343,6 @@ sub build_name_map {
|
||||
# Add virtual entries.
|
||||
$NAME_MAP{'native'} = have_native_backend() ? [$ARCH] : [];
|
||||
$NAME_MAP{'nativecodegen'} = have_native_backend() ? [$ARCH.'codegen'] : [];
|
||||
$NAME_MAP{'backend'} = have_native_backend() ? ['native'] : ['cbackend'];
|
||||
$NAME_MAP{'engine'} = find_best_engine;
|
||||
$NAME_MAP{'all-targets'} = \@all_targets;
|
||||
$NAME_MAP{'all'} = [name_map_entries]; # Must be last.
|
||||
|
Loading…
x
Reference in New Issue
Block a user