You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,26 +0,0 @@
|
||||
; RUN: llvm-dlltool -k -m i386 --input-def %s --output-lib %t.a
|
||||
; RUN: llvm-readobj %t.a | FileCheck %s
|
||||
; RUN: llvm-nm %t.a | FileCheck %s -check-prefix=CHECK-NM
|
||||
|
||||
LIBRARY test.dll
|
||||
EXPORTS
|
||||
CdeclFunction
|
||||
StdcallFunction@4
|
||||
@FastcallFunction@4
|
||||
StdcallAlias@4=StdcallFunction@4
|
||||
??_7exception@@6B@
|
||||
|
||||
; CHECK: Name type: noprefix
|
||||
; CHECK: Symbol: __imp__CdeclFunction
|
||||
; CHECK: Symbol: _CdeclFunction
|
||||
; CHECK: Name type: undecorate
|
||||
; CHECK: Symbol: __imp__StdcallFunction@4
|
||||
; CHECK: Symbol: _StdcallFunction@4
|
||||
; CHECK: Name type: undecorate
|
||||
; CHECK: Symbol: __imp_@FastcallFunction@4
|
||||
; CHECK: Symbol: @FastcallFunction@4
|
||||
; CHECK: Name type: name
|
||||
; CHECK: Symbol: __imp_??_7exception@@6B@
|
||||
; CHECK: Symbol: ??_7exception@@6B@
|
||||
; CHECK-NM: w _StdcallAlias@4
|
||||
; CHECK-NM: U _StdcallFunction@4
|
@ -1,21 +0,0 @@
|
||||
; RUN: llvm-dlltool -m i386:x86-64 --input-def %s --output-lib %t.a
|
||||
; RUN: llvm-readobj -coff-exports %t.a | FileCheck %s
|
||||
; RUN: llvm-dlltool -m arm64 --input-def %s --output-lib %t.a
|
||||
; RUN: llvm-readobj -coff-exports %t.a | FileCheck %s
|
||||
|
||||
LIBRARY test.dll
|
||||
EXPORTS
|
||||
TestFunction1
|
||||
TestFunction2;
|
||||
TestFunction3 ; This is a comment
|
||||
|
||||
; CHECK: File: test.dll
|
||||
; CHECK: Format: COFF-import-file
|
||||
; CHECK: Type: code
|
||||
; CHECK: Name type: name
|
||||
; CHECK: Symbol: __imp_TestFunction1
|
||||
; CHECK: Symbol: TestFunction1
|
||||
; CHECK: Symbol: __imp_TestFunction2{{$}}
|
||||
; CHECK: Symbol: TestFunction2{{$}}
|
||||
; CHECK: Symbol: __imp_TestFunction3{{$}}
|
||||
; CHECK: Symbol: TestFunction3{{$}}
|
@ -1,11 +0,0 @@
|
||||
; 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
|
@ -1 +0,0 @@
|
||||
config.suffixes = ['.def']
|
Reference in New Issue
Block a user