forked from OSchip/llvm-project
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
# RUN: yaml2obj %p/Inputs/alignment.obj.yaml > %t.obj
|
|
#
|
|
# RUN: lld -flavor link /out:%t.exe /subsystem:console /force /entry:start \
|
|
# RUN: -- %t.obj
|
|
# RUN: llvm-readobj -sections %t.exe | FileCheck %s
|
|
|
|
CHECK: Name: .data (2E 64 61 74 61 00 00 00)
|
|
CHECK-NEXT: VirtualSize: 0x6
|
|
|
|
CHECK: Name: .text (2E 74 65 78 74 00 00 00)
|
|
CHECK-NEXT: VirtualSize: 0x1001
|