brintos

brintos / llvm-project-archived public Read only

0
0
Text · 357 B · 327133c Raw
8 lines · plain
1# RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj2# RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj3# RUN: rm -f %t.dll %t.pdb4# 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 %s6 7CHECK: warning: ignoring /pdbstripped flag, it is not yet supported8