e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
12 lines
294 B
Modula-2
12 lines
294 B
Modula-2
; RUN: llvm-dlltool -m i386:x86-64 --input-def %s --output-lib %t.a
|
|
; RUN: llvm-nm %t.a | FileCheck %s
|
|
|
|
LIBRARY test.dll
|
|
EXPORTS
|
|
TestFunction==AltTestFunction
|
|
|
|
; CHECK: U AltTestFunction
|
|
; CHECK-NEXT: w TestFunction
|
|
; CHECK: U __imp_AltTestFunction
|
|
; CHECK-NEXT: w __imp_TestFunction
|