Mercurial > hg > CbC > CbC_llvm
comparison lld/test/COFF/pdb-none.test @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
1 # RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj | 1 # RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj |
2 # RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj | 2 # RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj |
3 # RUN: rm -f %t.pdb %t.dll | 3 # RUN: rm -f %t.pdb %t.dll |
4 # RUN: lld-link /debug /debugtype:pdata /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \ | 4 # RUN: lld-link /debug /debugtype:pdata /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \ |
5 # RUN: %t1.obj %t2.obj | 5 # RUN: %t1.obj %t2.obj |
6 | 6 |
7 # RUN: llvm-pdbutil pdb2yaml -pdb-stream %t.pdb | FileCheck %s | 7 # RUN: llvm-pdbutil pdb2yaml -pdb-stream %t.pdb | FileCheck %s |