brintos

brintos / llvm-project-archived public Read only

0
0
Text · 384 B · 7e7c220 Raw
11 lines · plain
1RUN: llvm-cvtres /timestamp:0x12345678 /out:%t %p/Inputs/test_resource.res2RUN: llvm-readobj -h %t | FileCheck %s --check-prefix=1TO83 41TO8: TimeDateStamp: 1979-09-05 22:51:36 (0x12345678)5 6 7RUN: not llvm-cvtres /timestamp:0x123456789 /out:%t \8RUN:     %p/Inputs/test_resource.res 2>&1 | FileCheck %s --check-prefix=ERR9 10ERR: invalid timestamp: 0x123456789.  Expected 32-bit integer11