forked from OSchip/llvm-project
[COFF][test] Fix llvm-readobj tests
This commit is contained in:
parent
df1c3aaa17
commit
fa3231eb18
|
@ -1,7 +1,7 @@
|
|||
# REQUIRES: x86
|
||||
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
|
||||
# RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe
|
||||
# RUN: llvm-readobj %t.exe -sections -section-data | FileCheck %s
|
||||
# RUN: llvm-readobj %t.exe --sections --section-data | FileCheck %s
|
||||
|
||||
# Section relocations against absolute symbols resolve to the last real output
|
||||
# section index plus one.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# REQUIRES: x86
|
||||
# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj
|
||||
# RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe
|
||||
# RUN: llvm-readobj %t.exe -sections -section-data | FileCheck %s
|
||||
# RUN: llvm-readobj %t.exe --sections --section-data | FileCheck %s
|
||||
|
||||
# Section relocations against common symbols resolve to .bss (merged into .data).
|
||||
|
||||
|
|
Loading…
Reference in New Issue