blob: 9c7ab31b0d72f9893cd56678bb482a4eb7b5e6cc [file] [log] [blame]
// This test checks that --section works correctly
// RUN: llvm-objdump -h %p/Inputs/section-filter.obj -j=.text \
// RUN: --section=.bss | FileCheck %s
# CHECK: .text
# CHECK-NOT: .data
# CHECK: .bss