Skip to content

Commit ef377d3

Browse files
author
Georgii Rymar
committed
[LLD][ELF] - Update the lld/test/ELF/mips-merge-abiflags.s after llvm-readelf change.
The warning message was updated (https://reviews.llvm.org/rG256aea816da45bd3bc52317cbc89e704095a8991)
1 parent ba938f6 commit ef377d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/mips-merge-abiflags.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-freebsd %s -o %t.o
66
# RUN: ld.lld %t.o %p/Inputs/mips-concatenated-abiflags.o -o %t.exe
77
# RUN: llvm-readobj --sections -A %t.exe | FileCheck %s
8-
# RUN: llvm-readobj --sections -A %p/Inputs/mips-concatenated-abiflags.o \
8+
# RUN: llvm-readobj --sections -A %p/Inputs/mips-concatenated-abiflags.o 2>&1 \
99
# RUN: | FileCheck --check-prefix=INPUT-OBJECT %s
1010

1111
.globl __start
@@ -59,4 +59,4 @@ __start:
5959
# INPUT-OBJECT-NEXT: AddressAlignment: 8
6060
# INPUT-OBJECT-NEXT: EntrySize: 0
6161
# INPUT-OBJECT-NEXT: }
62-
# INPUT-OBJECT: The .MIPS.abiflags section has a wrong size.
62+
# INPUT-OBJECT: unable to read the .MIPS.abiflags section: it has a wrong size (48)

0 commit comments

Comments
 (0)