summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll')
-rw-r--r--llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll b/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
index ddbaf96916c..7ed090b7c36 100644
--- a/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
+++ b/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
@@ -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
OpenPOWER on IntegriCloud