[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-ptr-reloc-sm-pic.ll
blob4e8d89536da5d5f88fc3924423ab9a5604399fed
1 ; RUN: %lli -jit-kind=mcjit -O0 -relocation-model=pic -code-model=small %s
2 ; RUN: %lli -lljit-platform=Inactive -O0 -relocation-model=pic -code-model=small %s
3 ; XFAIL: target={{(mips|mipsel)-.*}}, target={{(aarch64|arm).*}}, target={{(i686|i386).*}}
5 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
6 @ptr = global ptr @.str, align 4
7 @.str1 = private unnamed_addr constant [6 x i8] c"data2\00", align 1
8 @ptr2 = global ptr @.str1, align 4
10 define i32 @main(i32 %argc, ptr nocapture %argv) nounwind readonly {
11 entry:
12   %0 = load ptr, ptr @ptr, align 4
13   %1 = load ptr, ptr @ptr2, align 4
14   %cmp = icmp eq ptr %0, %1
15   %. = zext i1 %cmp to i32
16   ret i32 %.