[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / constant.test
blobdc97f1cb9a38f08b4dbf575c5c7612b9fa039cf2
1 REQUIRES: x86
2 RUN: mkdir -p %t
3 RUN: llvm-mc -triple i686-unknown-windows-msvc -filetype obj -o %t/import.o %S/Inputs/constant-import.s
4 RUN: llc -mtriple i686-unknown-windows-msvc -filetype obj -o %t/export.o %S/Inputs/constant-export.ll
5 RUN: lld-link -safeseh:no -machine:x86 -dll -out:%t/export.dll %t/export.o -entry:__CFConstantStringClassReference
6 RUN: lld-link -safeseh:no -machine:x86 -dll -out:%t/import.dll %t/import.o %t/export.lib