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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Linker
/
comdat14.ll
blob
1a1ba47aa01761cbeda85487136f7b918a489a83
1
; RUN: llvm-link -S %s %p/Inputs/comdat14.ll -o - | FileCheck %s
2
3
$c = comdat any
4
5
@v = global i32 0, comdat ($c)
6
7
; CHECK: @v = global i32 0, comdat($c)
8
; CHECK: @v3 = external global i32
9
; CHECK: @v2 = external dllexport global i32