Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / inferasanlibs.test
blobe8f36602b5f6b26cc625976090fdd6d8a11f0bc3
1 # RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
3 # RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs 2>&1 | FileCheck --check-prefix=POS %s
4 # RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs:no 2>&1 | FileCheck --allow-empty --check-prefix=NEG %s
6 POS: ignoring '/inferasanlibs', this flag is not supported
8 NEG-NOT: ignoring '/inferasanlibs', this flag is not supported