1 ## Show that llvm-objdump can handle a missing symbol table when printing
2 ## references and labels.
4 # RUN: yaml2obj %s -o %t
5 # RUN: llvm-objcopy -R .symtab %t
6 # RUN: llvm-objdump %t -d | FileCheck %s
8 # CHECK: Disassembly of section .text:
10 # CHECK-NEXT: 0000000000004000 <.text>:
11 # CHECK-NEXT: 4000: e8 42 00 00 00 callq 0x4047 <.text+0x47>
23 Flags: [SHF_ALLOC, SHF_EXECINSTR]