1 ; RUN: lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello %s | FileCheck %s
2 ; REQUIRES: thread_support
4 ; FIXME: Something hangs here.
5 ; UNSUPPORTED: use_msan_with_origins
9 @.str = private unnamed_addr constant [7 x i8] c"Hello\0A\00", align 1
11 define void @hello() {
13 %call = call i32 (ptr, ...) @printf(ptr @.str)
17 declare i32 @printf(ptr, ...)
19 define i32 @main(i32 %argc, ptr %argv) {