1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
2 ; RUN: -O0 -relocation-model=pic -code-model=small %s
3 ; XFAIL: target={{(mips|mipsel)-.*}}, target={{(aarch64|arm).*}}, target={{(i686|i386).*}}
4 ; XFAIL: target={{.*-windows-(gnu|msvc)}}
5 ; REQUIRES: thread_support
6 ; UNSUPPORTED: target=powerpc64-unknown-linux-gnu
7 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
9 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
10 @ptr = global ptr @.str, align 4
11 @.str1 = private unnamed_addr constant [6 x i8] c"data2\00", align 1
12 @ptr2 = global ptr @.str1, align 4
14 define i32 @main(i32 %argc, ptr nocapture %argv) nounwind readonly {
16 %0 = load ptr, ptr @ptr, align 4
17 %1 = load ptr, ptr @ptr2, align 4
18 %cmp = icmp eq ptr %0, %1
19 %. = zext i1 %cmp to i32