Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / invalid-input-pdb.ll
blob4592f382c31ad2ab22b2d6e4c1f803a7bac46438
1 ; REQUIRES: x86
2 ; RUN: llvm-as -o %t.obj %s
4 ; Verify that an invalid but unused input pdb file doesn't trigger any warning or error.
5 ; RUN: lld-link /out:%t.exe %t.obj %S/Inputs/bad-block-size.pdb /entry:main /subsystem:console /WX
7 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-pc-windows-msvc"
10 define void @main() {
11   ret void