brintos

brintos / llvm-project-archived public Read only

0
0
Text · 528 B · ab198af Raw
16 lines · plain
1REQUIRES: x86, gnutar, manifest_tool2 3RUN: rm -rf %t && mkdir %t && cd %t4RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t \5RUN:     -manifest:embed %p/Inputs/std32.lib -subsystem:console \6RUN:     -manifestinput:%p/Inputs/manifestinput.test7 8RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s9RUN: tar xOf repro.tar repro/response.txt \10RUN:     | FileCheck --implicit-check-not=.manifest.res %s11 12LIST: {{.*}}manifestinput.test13 14CHECK-DAG: -manifest:embed15CHECK-DAG: -manifestinput:{{.*}}manifestinput.test16