brintos

brintos / llvm-project-archived public Read only

0
0
Text · 485 B · 6e67f78 Raw
12 lines · plain
1# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj2# RUN: lld-link /out:%t.exe /entry:main /timestamp:0 %p/Inputs/std32.lib %t.obj3# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECKSUM1 %s4 5CHECKSUM1: CheckSum: 0x06 7# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj8# RUN: lld-link /out:%t.exe /entry:main /timestamp:0 /RELEASE %p/Inputs/std32.lib %t.obj9# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECKSUM2 %s10 11CHECKSUM2: CheckSum: 0x919612