mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
10 lines
No EOL
372 B
Text
10 lines
No EOL
372 B
Text
RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
|
|
RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
|
|
RUN: rm -rf %t
|
|
RUN: mkdir %t
|
|
RUN: mkdir %t/foo
|
|
RUN: lld-link /debug /pdb:%t/foo/./out.pdb /out:%t/out.exe /entry:main /nodefaultlib \
|
|
RUN: %t1.obj %t2.obj
|
|
RUN: llvm-readobj --coff-debug-directory %t/out.exe | FileCheck %s
|
|
|
|
CHECK: PDBFileName: {{.*}}tmp{{/|\\}}foo{{/|\\}}out.pdb |