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.
54 lines
1.9 KiB
54 lines
1.9 KiB
# REQUIRES: x86, shell
|
|
|
|
# RUN: rm -rf %t.dir
|
|
# RUN: mkdir -p %t.dir/build1 %t.dir/build2 %t.dir/build3 %t.dir/build4
|
|
# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj
|
|
|
|
# RUN: cd %t.dir/build1
|
|
# RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \
|
|
# RUN: /entry:main@0 /linkrepro:. /out:%t.exe
|
|
# RUN: tar xf repro.tar
|
|
# RUN: diff %t.obj repro/%:t.obj
|
|
# RUN: diff %p/Inputs/std32.lib repro/%:p/Inputs/std32.lib
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
|
|
|
|
# RUN: cd %t.dir/build1
|
|
# RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \
|
|
# RUN: /entry:main@0 /reproduce:repro2.tar /out:%t.exe
|
|
# RUN: tar xf repro2.tar
|
|
# RUN: diff %t.obj repro2/%:t.obj
|
|
# RUN: diff %p/Inputs/std32.lib repro2/%:p/Inputs/std32.lib
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro2/response.txt
|
|
|
|
# RUN: cd %t.dir/build2
|
|
# RUN: env LLD_REPRODUCE=repro.tar lld-link %t.obj %p/Inputs/std32.lib \
|
|
# RUN: /subsystem:console /entry:main@0 /out:%t.exe
|
|
# RUN: tar xf repro.tar
|
|
# RUN: diff %t.obj repro/%:t.obj
|
|
# RUN: diff %p/Inputs/std32.lib repro/%:p/Inputs/std32.lib
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
|
|
|
|
# RUN: cd %t.dir/build3
|
|
# RUN: lld-link %t.obj /libpath:%p/Inputs /defaultlib:std32 /subsystem:console \
|
|
# RUN: /entry:main@0 /linkrepro:. /out:%t.exe
|
|
# RUN: tar xf repro.tar
|
|
# RUN: diff %t.obj repro/%:t.obj
|
|
# RUN: diff %p/Inputs/std32.lib repro/%:p/Inputs/std32.lib
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
|
|
|
|
# RUN: cd %t.dir/build4
|
|
# RUN: env LIB=%p/Inputs lld-link %t.obj /defaultlib:std32 /subsystem:console \
|
|
# RUN: /entry:main@0 /linkrepro:. /out:%t.exe
|
|
# RUN: tar xf repro.tar
|
|
# RUN: diff %t.obj repro/%:t.obj
|
|
# RUN: diff %p/Inputs/std32.lib repro/%:p/Inputs/std32.lib
|
|
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
|
|
|
|
# RSP: /subsystem:console
|
|
# RSP: /entry:main@0
|
|
# RSP-NOT: /linkrepro:
|
|
# RSP: /out:
|
|
# RSP: linkrepro.test.tmp.obj
|
|
# RSP-NOT: defaultlib
|
|
# RSP: std32.lib
|