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.
10 lines
280 B
10 lines
280 B
4 months ago
|
# RUN: yaml2obj %p/Inputs/simple-executable-x86_64.yaml -o %t
|
||
|
# RUN: llvm-objdump -d %t | FileCheck %s
|
||
|
|
||
|
# CHECK: : file format elf64-x86-64
|
||
|
# CHECK-EMPTY:
|
||
|
# CHECK-EMPTY:
|
||
|
# CHECK-NEXT: Disassembly of section .text:
|
||
|
# CHECK-EMPTY:
|
||
|
# CHECK-NEXT: 0000000000000000 <foo>:
|