blob: f8b933451e5299714c410449fe1c1410df7ba829 [file] [log] [blame]
Rafael Espindolae45c7402014-08-17 16:31:39 +00001RUN: llvm-objdump -d %p/../Inputs/trivial-label-test.elf-x86-64 \
2RUN: | FileCheck %s -check-prefix ELF-x86-64
3
4ELF-x86-64: file format ELF64-x86-64
5ELF-x86-64: Disassembly of section .text:
6ELF-x86-64: foo:
7ELF-x86-64: 0: 90 nop
8ELF-x86-64: bum:
9ELF-x86-64: 1: 90 nop
10