1# RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
2# RUN: obj2yaml %t.o | FileCheck %s
3
4# CHECK: Relocations:
5# CHECK:   Symbol:          .text
6# CHECK: Symbols:
7# CHECK:   - Name:            .text
8
9        .quad .text
10