Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
[oota-llvm.git] / test / tools / llvm-objdump / section-filter.test
1 // This test checks that --section works correctly
2 // RUN: llvm-objdump -h %p/Inputs/section-filter.obj -j=.text \
3 // RUN: --section=.bss | FileCheck %s
4
5 # CHECK: .text
6 # CHECK-NOT: .data
7 # CHECK: .bss