X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Fpr13727.ll;h=6f5ae3999bcd7a8cf1659aab7648a2ffdb8ea6c0;hb=d5dd8ce2a5336df4e4b4cc04d23e4018d93944f9;hp=1c719c5b7c27ca9975972c980b9202dae9ab71fc;hpb=4437658aff84fa25563740c806a091de1395e5f4;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/pr13727.ll b/test/ExecutionEngine/MCJIT/pr13727.ll index 1c719c5b7c2..6f5ae3999bc 100644 --- a/test/ExecutionEngine/MCJIT/pr13727.ll +++ b/test/ExecutionEngine/MCJIT/pr13727.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -O0 -disable-lazy-compilation=false %s +; RUN: %lli -O0 -disable-lazy-compilation=false %s ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected.