brintos

brintos / llvm-project-archived public Read only

0
0
Text · 391 B · e8f3660 Raw
9 lines · plain
1# RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj2 3# RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs 2>&1 | FileCheck --check-prefix=POS %s4# RUN: lld-link /out:%t.exe /entry:main %t.obj /inferasanlibs:no 2>&1 | FileCheck --allow-empty --check-prefix=NEG %s5 6POS: ignoring '/inferasanlibs', this flag is not supported7 8NEG-NOT: ignoring '/inferasanlibs', this flag is not supported9