1 # RUN: llvm-mc %s -filetype=obj -triple=x86_64-pc-linux -o %t
3 # RUN: llvm-objdump --section-headers %t | FileCheck %s
9 ## Check we report the valid section index
10 ## when requesting a specific section.
11 # RUN: llvm-objdump --section-headers --section=.bar %t \
12 # RUN: | FileCheck %s --check-prefix=BAR
18 .section .foo, "ax", %progbits
21 .section .bar, "ax", %progbits
24 .section .zed, "ax", %progbits