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
[Clang][CodeGen]`vtable`, `typeinfo` et al. are globals
[llvm-project.git]
/
llvm
/
test
/
Linker
/
2003-06-02-TypeResolveProblem2.ll
blob
34811ac479646065f2d8312051b45a712211ef6e
1
; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc
2
; RUN: llvm-as < %s > %t.2.bc
3
; RUN: llvm-link %t.1.bc %t.2.bc
4
5
%T = type opaque
6
@X = constant { ptr } zeroinitializer ; <ptr> [#uses=0]
7