You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
493 B
12 lines
493 B
RUN: llvm-readobj -coff-exports %p/Inputs/export-x86.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-X86
|
|
RUN: llvm-readobj -coff-exports %p/Inputs/export-x64.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-X64
|
|
RUN: llvm-readobj -coff-exports %p/Inputs/export-arm.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM
|
|
|
|
CHECK: Export {
|
|
CHECK: Ordinal: 1
|
|
CHECK: Name: function
|
|
CHECK-X86: RVA: 0x1000
|
|
CHECK-X64: RVA: 0x1000
|
|
CHECK-ARM: RVA: 0x1001
|
|
CHECK: }
|