We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c5e0f commit 07775b2Copy full SHA for 07775b2
lld/test/COFF/imports-ordinal-only.s
@@ -1,6 +1,6 @@
1
# REQUIRES: x86
2
#
3
-# RUN: llvm-dlltool -k -m i386 --input-def %p/Inputs/ordinal-only-implib.def --output-lib %t-implib.a
+# RUN: lld-link -machine:x86 -def:%p/Inputs/ordinal-only-implib.def -implib:%t-implib.a
4
# RUN: llvm-mc -triple=i386-pc-win32 %s -filetype=obj -o %t.obj
5
# RUN: lld-link -out:%t.exe -entry:main -subsystem:console -safeseh:no -debug %t.obj %t-implib.a
6
# RUN: llvm-objdump -private-headers %t.exe | FileCheck --match-full-lines %s
0 commit comments