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
/
ExecutionEngine
/
MCJIT
/
test-return.ll
blob
305439833f33b3491350db20c77a4f2b660073b4
1
; RUN: %lli -jit-kind=mcjit %s > /dev/null
2
; RUN: %lli %s > /dev/null
3
4
define i32 @main() nounwind uwtable {
5
entry:
6
%retval = alloca i32, align 4
7
store i32 0, i32* %retval
8
ret i32 0
9
}