aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/elf-comdat2.ll
blob: 786cec78cc30f78279dfb7893485bf62d9b14c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc -mtriple x86_64-pc-linux-gnu < %s | FileCheck %s

$foo = comdat any
@bar = global i32 42, comdat($foo)
@foo = global i32 42

; CHECK:      .type   bar,@object
; CHECK-NEXT: .section        .data.bar,"aGw",@progbits,foo,comdat
; CHECK-NEXT: .globl  bar
; CHECK:      .type   foo,@object
; CHECK-NEXT: .data
; CHECK-NEXT: .globl  foo