]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/COFF/pdb-exe-path-dots.test
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / COFF / pdb-exe-path-dots.test
1 RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
2 RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
3 RUN: rm -rf %t
4 RUN: mkdir %t
5 RUN: mkdir %t/foo
6 RUN: lld-link /debug /pdb:%t/foo/./out.pdb /out:%t/out.exe /entry:main /nodefaultlib \
7 RUN:   %t1.obj %t2.obj
8 RUN: llvm-readobj -coff-debug-directory %t/out.exe | FileCheck %s
9
10 CHECK: PDBFileName: {{.*}}tmp{{/|\\}}foo{{/|\\}}out.pdb