repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp...
[llvm-complete.git]
/
test
/
Linker
/
link-type-names.ll
blob
bfc3b64361dcf9159195a74bb44cbf5333525ae8
1
; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
2
; RUN: llvm-link %s %t.ll -S | FileCheck %s
3
; PR11464
4
5
%X = type { i32 }
6
@G = global %X { i32 4 }
7
8
9
; CHECK: @G = global %X { i32 4 }
10
; CHECK: @G2 = global %X { i32 4 }