xref: /llvm-project/llvm/test/Object/X86/obj2yaml-dup-symbol-name.s (revision dc8b7a96bdccc73c5f4ca1baef45afba6d405908)
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