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.
13 lines
393 B
13 lines
393 B
# REQUIRES: x86, shell
|
|
|
|
# RUN: rm -rf %t.dir
|
|
# RUN: mkdir -p %t.dir/build
|
|
# RUN: cd %t.dir/build
|
|
# RUN: lld-link %p/Inputs/resource.res /subsystem:console /machine:x64 \
|
|
# RUN: /entry:__ImageBase /linkrepro:. /out:%t.exe
|
|
# RUN: tar xf repro.tar
|
|
# RUN: diff %p/Inputs/resource.res repro/%:p/Inputs/resource.res
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
|
|
|
|
# RSP: resource.res
|