6 lines · plain
1# RUN: yaml2obj %p/Inputs/armnt-executable.obj.yaml -o %t.obj2# RUN: lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj3# RUN: llvm-readobj --file-headers %t.exe | FileCheck %s4 5CHECK: AddressOfEntryPoint: 0x10016