From 6ab0d5b0d1db03caf47a6778fa9bd54856241d17 Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Thu, 23 Mar 2017 12:17:32 +0000 Subject: [PATCH] [ELF] Print two more MIPS targets "supported" by LLD These targets are related to MIPS N32 ABI. llvm-svn: 298591 --- lld/ELF/DriverUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 6d5de94..7ba2a2c 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp @@ -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"; } -- 2.7.4