Skip to content

Commit 07775b2

Browse files
committed
Use lld-link instead of llvm-dlltool to create an implib
Suggested by Martin Storsjö. llvm-svn: 374142
1 parent c3c5e0f commit 07775b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/imports-ordinal-only.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REQUIRES: x86
22
#
3-
# RUN: llvm-dlltool -k -m i386 --input-def %p/Inputs/ordinal-only-implib.def --output-lib %t-implib.a
3+
# RUN: lld-link -machine:x86 -def:%p/Inputs/ordinal-only-implib.def -implib:%t-implib.a
44
# RUN: llvm-mc -triple=i386-pc-win32 %s -filetype=obj -o %t.obj
55
# RUN: lld-link -out:%t.exe -entry:main -subsystem:console -safeseh:no -debug %t.obj %t-implib.a
66
# RUN: llvm-objdump -private-headers %t.exe | FileCheck --match-full-lines %s

0 commit comments

Comments
 (0)