Mercurial > hg > CbC > CbC_llvm
view lld/test/COFF/debug-fastlink.test @ 213:25ca0248ac32
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 Jul 2021 17:05:31 +0900 |
parents | 2e18cbf3894f |
children |
line wrap: on
line source
# RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj # RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj ; If /DEBUG:FASTLINK is specified, /DEBUG:FULL is used instead # RUN: rm -f %t.pdb # RUN: lld-link /DEBUG /pdb:%t.pdb /DEBUG:FASTLINK /entry:main /nodefaultlib %t1.obj %t2.obj \ # RUN: 2>&1 | FileCheck %s # CHECK: /debug:fastlink unsupported; using /debug:full # RUN: ls %t.pdb