diff options
-rw-r--r-- | lld/test/ELF/map-file-i686.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/map-file-i686.s b/lld/test/ELF/map-file-i686.s index f3718bd26e4..1b232e5929d 100644 --- a/lld/test/ELF/map-file-i686.s +++ b/lld/test/ELF/map-file-i686.s @@ -1,7 +1,7 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t1.o -// RUN: ld.lld %t1.o -M | FileCheck -strict-whitespace %s +// RUN: ld.lld %t1.o -o %t1 -M | FileCheck -strict-whitespace %s .global _start _start: |