[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / linkrepro-manifest.test
blobab198afcbf64d3d1b0ffeee7c2429f1a54be7cab
1 REQUIRES: x86, gnutar, manifest_tool
3 RUN: rm -rf %t && mkdir %t && cd %t
4 RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t \
5 RUN:     -manifest:embed %p/Inputs/std32.lib -subsystem:console \
6 RUN:     -manifestinput:%p/Inputs/manifestinput.test
8 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
9 RUN: tar xOf repro.tar repro/response.txt \
10 RUN:     | FileCheck --implicit-check-not=.manifest.res %s
12 LIST: {{.*}}manifestinput.test
14 CHECK-DAG: -manifest:embed
15 CHECK-DAG: -manifestinput:{{.*}}manifestinput.test