• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: yaml2obj %p/Inputs/armnt-executable.obj.yaml -o %t.obj
2# RUN: lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj
3# RUN: llvm-readobj --file-headers %t.exe | FileCheck %s
4
5CHECK: AddressOfEntryPoint: 0x1001
6