minimal.ll 189 Bytes Raw Blame History Permalink 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 }