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
[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
minimal.ll
blob
4f70e00d9c688eb59eba1b2c7e8ffdda3866d49b
1
; RUN: lli -jit-kind=orc-lazy %s
2
;
3
; Basic correctness check: A module with a single no-op main function runs.
4
5
define i32 @main(i32 %argc, ptr nocapture readnone %argv) {
6
entry:
7
ret i32 0
8
}