911ff5b42522c30d77dcd1b2604ea860a1020c29
[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: -j=.bss | FileCheck %s
4
5 # CHECK: .text
6 # CHECK-NOT: .data
7 # CHECK: .bss