1 # This test checks that -D disassembles from a data section.
2 # RUN: llvm-objdump -D %p/Inputs/disassemble-data.obj | FileCheck %s --match-full-lines --strict-whitespace
4 # CHECK:Disassembly of section .data:
6 # CHECK:00000000 <.data>:
7 # CHECK-NEXT: 0: 00 00{{ +}} addb %al, (%eax)