Xamarin Public Jenkins (auto-signing) 8e12397d70 Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
2018-11-16 08:20:38 +00:00

13 lines
343 B
LLVM

; 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