[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / inferasanlibs-drectve.s
blob8406658cea389e81f59bf1d2655aa56f64714cd8
1 # REQUIRES: x86
3 # RUN: llvm-mc -triple=x86_64-windows %s -filetype=obj -o %t.obj
5 # RUN: lld-link -dll -out:%t.dll -entry:entry %t.obj -subsystem:console 2>&1 | FileCheck --allow-empty --ignore-case %s
7 # CHECK-NOT: ignoring unknown argument
8 # CHECK-NOT: inferasanlibs
9 # CHECK-NOT: is not allowed in .drectve
11 .global entry
12 .text
13 entry:
14 ret
15 .section .drectve
16 .ascii " /INFERASANLIBS "