// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o - | llvm-readobj -r --expand-relocs - | FileCheck %s
// test that we produce one relocation against each section.
// CHECK: Relocations
.section .foo,"aG",@progbits,v,comdat
f:
.section .foo,"a",@progbits
g:
.section .bar
.quad f
.quad g