repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Linker
/
ctors3.ll
blob
052a3c963daf901d2d0e798e96a9a128eb6f0b58
1
; RUN: llvm-link -S %s %p/Inputs/ctors3.ll -o - | FileCheck %s
2
3
$foo = comdat any
4
%t = type { i8 }
5
@foo = global %t zeroinitializer, comdat
6
7
; CHECK: @llvm.global_ctors = appending global [0 x { i32, ptr, ptr }] zeroinitializer
8
; CHECK: @foo = global %t zeroinitializer, comdat