forked from OSchip/llvm-project
parent
ceb5bd59cc
commit
70c8efd03c
|
@ -126,11 +126,11 @@ void elf::printHelp(const char *Argv0) {
|
|||
// shared libraries. Therefore, we need to print out at least "elf".
|
||||
// Here, we print out all the targets that we support.
|
||||
outs() << Argv0 << ": supported targets: "
|
||||
<< "elf32-i386 elf32-iamcu elf32-littlearm elf32-powerpc "
|
||||
<< "elf32-tradbigmips elf32-tradlittlemips "
|
||||
<< "elf32-ntradbigmips elf32-ntradlittlemips elf32-x86-64 "
|
||||
<< "elf64-amdgpu elf64-littleaarch64 elf64-powerpc "
|
||||
<< "elf64-tradbigmips elf64-tradlittlemips elf64-x86-64\n";
|
||||
<< "elf32-i386 elf32-iamcu elf32-littlearm elf32-ntradbigmips "
|
||||
<< "elf32-ntradlittlemips elf32-powerpc elf32-tradbigmips "
|
||||
<< "elf32-tradlittlemips elf32-x86-64 "
|
||||
<< "elf64-amdgpu elf64-littleaarch64 elf64-powerpc elf64-tradbigmips "
|
||||
<< "elf64-tradlittlemips elf64-x86-64\n";
|
||||
}
|
||||
|
||||
// Reconstructs command line arguments so that so that you can re-run
|
||||
|
|
Loading…
Reference in New Issue