repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
GC
/
lower_gcroot.ll
blob
bd5a2bd14b4e61cf8d559e57aefbd582a39377c1
1
; RUN: llvm-as < %s | llc
2
3
%Env = type i8*
4
5
define void @.main(%Env) gc "shadow-stack" {
6
%Root = alloca %Env
7
call void @llvm.gcroot( %Env* %Root, %Env null )
8
unreachable
9
}
10
11
declare void @llvm.gcroot(%Env*, %Env)