1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Add the --host-target option.

llvm-svn: 36326
This commit is contained in:
Reid Spencer 2007-04-22 05:05:36 +00:00
parent a2a64760f6
commit b83b878606

View File

@ -128,6 +128,8 @@ foreach my $arg (@ARGV) {
$has_opt = 1; print join(' ', name_map_entries), "\n";
} elsif ($arg eq "--targets-built") {
$has_opt = 1; print join(' ', @TARGETS_BUILT), "\n";
} elsif ($arg eq "--host-target") {
$has_opt = 1; print "$TARGET_TRIPLE\n";
} elsif ($arg eq "--build-mode") {
$has_opt = 1; print "$LLVM_BUILDMODE\n";
} elsif ($arg eq "--obj-root") {