Mercurial > hg > CbC > CbC_llvm
view lld/test/COFF/ignore-many.test @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
Tests /ignore with more than one argument. RUN: yaml2obj %S/ignore4217.yaml > %t1.obj RUN: yaml2obj %S/Inputs/pdb-type-server-missing-2.yaml > %t2.obj RUN: echo foo > %t3.order RUN: lld-link /entry:main /out:%t.exe %t1.obj %t2.obj /order:@%t3.order /debug 2>&1 | FileCheck -check-prefix=WARNINGS %s RUN: lld-link /entry:main /out:%t.exe %t1.obj %t2.obj /order:@%t3.order /debug /ignore:4217,4099,4037 2>&1 | FileCheck -allow-empty -check-prefix=SUPPRESSED %s WARNINGS: locally defined symbol imported WARNINGS: missing symbol: foo WARNINGS: warning: Cannot use debug info for SUPPRESSED-NOT: locally defined symbol imported SUPPRESSED-NOT: missing symbol: foo SUPPRESSED-NOT: warning: Cannot use debug info for