15 lines · plain
1# REQUIRES: x862# Unsupported on Windows due to maximum path length limitations.3# UNSUPPORTED: system-windows4 5# RUN: rm -rf %t.dir6# RUN: mkdir -p %t.dir/build7# RUN: cd %t.dir/build8# RUN: lld-link %p/Inputs/resource.res /subsystem:console /machine:x64 \9# RUN: /entry:__ImageBase /linkrepro:. /out:%t.exe10# RUN: tar xf repro.tar11# RUN: diff %p/Inputs/resource.res repro/%:p/Inputs/resource.res12# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt13 14# RSP: resource.res15