X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FOrcJIT%2Fremote%2Ftest-common-symbols-remote.ll;h=444339550ae608af79a80828a4ea8c94496df012;hb=858c62e51ee983e22915f748447ecef52b432851;hp=5cc304aef2480d7c5d5ef5b3000a1f6d3177b1f5;hpb=7c9c6ed761bf9d28c0c257a045b35781969136e0;p=oota-llvm.git diff --git a/test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll b/test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll index 5cc304aef24..444339550ae 100644 --- a/test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll +++ b/test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll @@ -1,4 +1,4 @@ -; RUN: %lli -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s +; RUN: %lli -use-orcmcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected. @@ -81,7 +81,7 @@ for.inc: ; preds = %for.body br label %for.cond for.end: ; preds = %for.cond - %10 = load i32, i32* getelementptr inbounds ([10 x i32]* @zero_arr, i32 0, i64 9), align 4 + %10 = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @zero_arr, i32 0, i64 9), align 4 %cmp12 = icmp eq i32 %10, 110 %cond = select i1 %cmp12, i32 0, i32 -1 ret i32 %cond