repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Linker
/
comdat8.ll
blob
f7aa3117de1ee489bc95212e5994fe9f01e21a54
1
; RUN: not llvm-link %s %p/Inputs/comdat8.ll -S -o - 2>&1 | FileCheck %s
2
3
$c1 = comdat largest
4
5
@some_name = unnamed_addr constant i32 42, comdat($c1)
6
@c1 = alias i8, inttoptr (i32 1 to i8*)
7
8
; CHECK: COMDAT key involves incomputable alias size.