[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)
This commit is contained in:
Georgii Rymar 2020-07-20 12:16:02 +03:00
parent ba938f6388
commit ef377d3f2d

View File

@ -5,7 +5,7 @@
# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-freebsd %s -o %t.o
# RUN: ld.lld %t.o %p/Inputs/mips-concatenated-abiflags.o -o %t.exe
# RUN: llvm-readobj --sections -A %t.exe | FileCheck %s
# RUN: llvm-readobj --sections -A %p/Inputs/mips-concatenated-abiflags.o \
# RUN: llvm-readobj --sections -A %p/Inputs/mips-concatenated-abiflags.o 2>&1 \
# RUN: | FileCheck --check-prefix=INPUT-OBJECT %s
.globl __start
@ -59,4 +59,4 @@ __start:
# INPUT-OBJECT-NEXT: AddressAlignment: 8
# INPUT-OBJECT-NEXT: EntrySize: 0
# INPUT-OBJECT-NEXT: }
# INPUT-OBJECT: The .MIPS.abiflags section has a wrong size.
# INPUT-OBJECT: unable to read the .MIPS.abiflags section: it has a wrong size (48)