[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-ptr-reloc.ll
bloba4f7ac498275317ced8555ecd986f9ab565d38da
1 ; RUN: %lli -jit-kind=mcjit -O0 %s
2 ; RUN: %lli -O0 %s
4 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
5 @ptr = global ptr @.str, align 4
6 @.str1 = private unnamed_addr constant [6 x i8] c"data2\00", align 1
7 @ptr2 = global ptr @.str1, align 4
9 define i32 @main(i32 %argc, ptr nocapture %argv) nounwind readonly {
10 entry:
11   %0 = load ptr, ptr @ptr, align 4
12   %1 = load ptr, ptr @ptr2, align 4
13   %cmp = icmp eq ptr %0, %1
14   %. = zext i1 %cmp to i32
15   ret i32 %.