Skip to content

Commit 7755825

Browse files
MaskRaymemfrob
authored andcommitted
[COFF][test] Fix llvm-readobj tests
1 parent 5a6a22f commit 7755825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lld/test/COFF/secidx-absolute.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# REQUIRES: x86
22
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
33
# RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe
4-
# RUN: llvm-readobj %t.exe -sections -section-data | FileCheck %s
4+
# RUN: llvm-readobj %t.exe --sections --section-data | FileCheck %s
55

66
# Section relocations against absolute symbols resolve to the last real output
77
# section index plus one.

lld/test/COFF/secrel-common.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# REQUIRES: x86
22
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
33
# RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe
4-
# RUN: llvm-readobj %t.exe -sections -section-data | FileCheck %s
4+
# RUN: llvm-readobj %t.exe --sections --section-data | FileCheck %s
55

66
# Section relocations against common symbols resolve to .bss (merged into .data).
77

0 commit comments

Comments
 (0)