8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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
|