File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-freebsd %s -o %t.o
6
6
# RUN: ld.lld %t.o %p/Inputs/mips-concatenated-abiflags.o -o %t.exe
7
7
# 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 \
9
9
# RUN: | FileCheck --check-prefix=INPUT-OBJECT %s
10
10
11
11
.globl __start
@@ -59,4 +59,4 @@ __start:
59
59
# INPUT-OBJECT-NEXT: AddressAlignment: 8
60
60
# INPUT-OBJECT-NEXT: EntrySize: 0
61
61
# 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)
You can’t perform that action at this time.
0 commit comments