summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcLazy/minimal.ll
blob: 86087bc3878e0d0e6d7ef6ebb6be18921320ad25 (plain)
1
2
3
4
5
6
7
8
; RUN: lli -jit-kind=orc-lazy %s
;
; Basic sanity check: A module with a single no-op main function runs.

define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
entry:
  ret i32 0
}
OpenPOWER on IntegriCloud