File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# REQUIRES: x86
2
2
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
3
3
# 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
5
5
6
6
# Section relocations against absolute symbols resolve to the last real output
7
7
# section index plus one.
Original file line number Diff line number Diff line change 1
1
# REQUIRES: x86
2
2
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
3
3
# 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
5
5
6
6
# Section relocations against common symbols resolve to .bss (merged into .data).
7
7
You can’t perform that action at this time.
0 commit comments