mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
[ELF] Print two more MIPS targets "supported" by LLD
These targets are related to MIPS N32 ABI. llvm-svn: 298591
This commit is contained in:
@@ -129,7 +129,8 @@ void elf::printHelp(const char *Argv0) {
|
||||
// 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-x86-64 "
|
||||
<< "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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user