[lld] ef377d3 - [LLD][ELF] - Update the lld/test/ELF/mips-merge-abiflags.s after llvm-readelf change.
Georgii Rymar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 02:18:16 PDT 2020
Author: Georgii Rymar
Date: 2020-07-20T12:17:49+03:00
New Revision: ef377d3f2dda0b38c15e2135ba92a5d3843db1f3
URL: https://github.com/llvm/llvm-project/commit/ef377d3f2dda0b38c15e2135ba92a5d3843db1f3
DIFF: https://github.com/llvm/llvm-project/commit/ef377d3f2dda0b38c15e2135ba92a5d3843db1f3.diff
LOG: [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)
Added:
Modified:
lld/test/ELF/mips-merge-abiflags.s
Removed:
################################################################################
diff --git a/lld/test/ELF/mips-merge-abiflags.s b/lld/test/ELF/mips-merge-abiflags.s
index e7abbe79421b..15fe44276f9c 100644
--- a/lld/test/ELF/mips-merge-abiflags.s
+++ b/lld/test/ELF/mips-merge-abiflags.s
@@ -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)
More information about the llvm-commits
mailing list