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.
11 lines
348 B
11 lines
348 B
# 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
|