index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
/
OrcMCJIT
/
simplesttest.ll
blob: 4a47131ada22e8db0610c925eda12d5fd86f8f0f (
plain
)
1
2
3
4
5
6
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null define i32 @main() { ret i32 0 }