private_linkage.ll 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 ; RUN: lli -jit-kind=orc-lazy %s define private void @_ZL3foov() { entry: ret void } define i32 @main(i32 %argc, i8** nocapture readnone %argv) { entry: tail call void @_ZL3foov() ret i32 0 }