brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · 500d2f4 Raw
11 lines · plain
1RUN: llvm-objdump -d %p/../Inputs/trivial-label-test.elf-x86-64 \2RUN:              | FileCheck %s -check-prefix ELF-x86-643 4ELF-x86-64: file format elf64-x86-645ELF-x86-64: Disassembly of section .text:6ELF-x86-64: <foo>:7ELF-x86-64:        0:	90                                           	nop8ELF-x86-64: <bum>:9ELF-x86-64:        1:	90                                           	nop10 11