Add default JIT LIT variable.
[oota-llvm.git] / test / Analysis / Profiling / load-branch-weights-ifs.ll
index ddbaf96916cfa37c08a47a8064a54d21900b1193..7ed090b7c366a8487dd23c3572b77bdf6a14c551 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt -insert-edge-profiling -o %t1 < %s
 ; RUN: rm -f %t1.prof_data
-; RUN: lli -load %llvmshlibdir/libprofile_rt%shlibext %t1 \
+; RUN: lli %defaultjit -load %llvmshlibdir/libprofile_rt%shlibext %t1 \
 ; RUN:     -llvmprof-output %t1.prof_data
 ; RUN: opt -profile-file %t1.prof_data -profile-metadata-loader -S -o - < %s \
 ; RUN:     | FileCheck %s