You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
384 B
11 lines
384 B
4 months ago
|
RUN: llvm-cvtres /timestamp:0x12345678 /out:%t %p/Inputs/test_resource.res
|
||
|
RUN: llvm-readobj -h %t | FileCheck %s --check-prefix=1TO8
|
||
|
|
||
|
1TO8: TimeDateStamp: 1979-09-05 22:51:36 (0x12345678)
|
||
|
|
||
|
|
||
|
RUN: not llvm-cvtres /timestamp:0x123456789 /out:%t \
|
||
|
RUN: %p/Inputs/test_resource.res 2>&1 | FileCheck %s --check-prefix=ERR
|
||
|
|
||
|
ERR: invalid timestamp: 0x123456789. Expected 32-bit integer
|