brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · bca70f1 Raw
9 lines · plain
1# RUN: yaml2obj %p/Inputs/empty.yaml -o %t.obj2 3# RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbstream:srcsrv=%p/Inputs/stream.txt4# RUN: llvm-pdbutil export -stream=srcsrv -out=- %t.pdb | FileCheck %s5 6CHECK: Stream contents7CHECK-NEXT: Line 28CHECK-NEXT: Line 39