pdbstream.test 274 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # RUN: yaml2obj %p/Inputs/empty.yaml -o %t.obj # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbstream:srcsrv=%p/Inputs/stream.txt # RUN: llvm-pdbutil export -stream=srcsrv -out=- %t.pdb | FileCheck %s CHECK: Stream contents CHECK-NEXT: Line 2 CHECK-NEXT: Line 3