1 Tests /ignore with more than one argument.
3 RUN: yaml2obj %S/ignore4217.yaml -o %t1.obj
4 RUN: yaml2obj %S/Inputs/pdb-type-server-missing-2.yaml -o %t2.obj
5 RUN: echo foo > %t3.order
7 RUN: lld-link /entry:main /out:%t.exe %t1.obj %t2.obj /order:@%t3.order /debug 2>&1 | FileCheck -check-prefix=WARNINGS %s
8 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
10 WARNINGS: locally defined symbol imported
11 WARNINGS: missing symbol: foo
12 WARNINGS: warning: Cannot use debug info for
14 SUPPRESSED-NOT: locally defined symbol imported
15 SUPPRESSED-NOT: missing symbol: foo
16 SUPPRESSED-NOT: warning: Cannot use debug info for