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 3 4# CHECK:Disassembly of section .data: 5#CHECK-EMPTY: 6# CHECK:00000000 <.data>: 7# CHECK-NEXT: 0: 00 00{{ +}} addb %al, (%eax) 8# CHECK-NOT:{{.}} 9