summaryrefslogtreecommitdiff
path: root/test/Analysis/Profiling/load-branch-weights-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/Profiling/load-branch-weights-loops.ll')
-rw-r--r--test/Analysis/Profiling/load-branch-weights-loops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/load-branch-weights-loops.ll b/test/Analysis/Profiling/load-branch-weights-loops.ll
index 476f377b47a..9d1925a2d70 100644
--- a/test/Analysis/Profiling/load-branch-weights-loops.ll
+++ b/test/Analysis/Profiling/load-branch-weights-loops.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