mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 15:36:58 +00:00
12 lines
485 B
Plaintext
12 lines
485 B
Plaintext
# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj
|
|
# RUN: lld-link /out:%t.exe /entry:main /timestamp:0 %p/Inputs/std32.lib %t.obj
|
|
# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECKSUM1 %s
|
|
|
|
CHECKSUM1: CheckSum: 0x0
|
|
|
|
# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj
|
|
# RUN: lld-link /out:%t.exe /entry:main /timestamp:0 /RELEASE %p/Inputs/std32.lib %t.obj
|
|
# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECKSUM2 %s
|
|
|
|
CHECKSUM2: CheckSum: 0x9196
|