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
/
OrcJIT
/
simplesttest.ll
blob: c2f24f6450a459e476ab9d95a3daca3db2303cd9 (
plain
)
1
2
3
4
5
6
; RUN: %lli -use-orcmcjit %s > /dev/null define i32 @main() { ret i32 0 }