bolt/deps/llvm-18.1.8/lld/test/COFF/inferasanlibs.test

9 lines
391 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
# RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs 2>&1 | FileCheck --check-prefix=POS %s
# RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs:no 2>&1 | FileCheck --allow-empty --check-prefix=NEG %s
POS: ignoring '/inferasanlibs', this flag is not supported
NEG-NOT: ignoring '/inferasanlibs', this flag is not supported