1# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
2# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
3# RUN: rm -f %t.dll %t.pdb
4# RUN: lld-link /debug /pdb:%t.pdb /pdbstripped:%t2.pdb /pdbaltpath:test.pdb /dll /out:%t.dll \
5# RUN:   /entry:main /nodefaultlib %t1.obj %t2.obj 2>&1 | FileCheck %s
6
7CHECK: warning: ignoring /pdbstripped flag, it is not yet supported
8