summaryrefslogtreecommitdiff
path: root/test/COFF/export-exe.test
blob: 7a345160faa90ab68d5f5bee4e5b05124c659a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# REQUIRES: winlib
# RUN: lld-link /entry:main /out:%t.exe /subsystem:windows \
# RUN:   %p/Inputs/ret42.obj /export:main
# RUN: llvm-objdump -p %t.exe | FileCheck %s

CHECK:      Export Table:
CHECK-NEXT: DLL name: export-exe.test.tmp.exe
CHECK-NEXT: Ordinal base: 0
CHECK-NEXT: Ordinal      RVA  Name
CHECK-NEXT:       0        0
CHECK-NEXT:       1   0x1000  main