64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
9 lines
283 B
LLVM
9 lines
283 B
LLVM
; RUN: llvm-link -S %s %p/Inputs/ctors3.ll -o - | FileCheck %s
|
|
|
|
$foo = comdat any
|
|
%t = type { i8 }
|
|
@foo = global %t zeroinitializer, comdat
|
|
|
|
; CHECK: @foo = global %t zeroinitializer, comdat
|
|
; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer
|