aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 07:58:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 07:58:32 +0000
commit86c817e9d446aa7bf6e91170be22249884fefd0d (patch)
tree5dbadb91b26b3f352ad578e4fb2f93255763c9d0 /test/Analysis
parente89ada98a6ed803ca865843678c4dd4cf77b14ee (diff)
downloadexternal_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.zip
external_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.tar.gz
external_llvm-86c817e9d446aa7bf6e91170be22249884fefd0d.tar.bz2
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
%llvmshlibdir should be 'bin' on Cygming. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Profiling/profiling-tool-chain.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll
index 5ac31b5..9135a85 100644
--- a/test/Analysis/Profiling/profiling-tool-chain.ll
+++ b/test/Analysis/Profiling/profiling-tool-chain.ll
@@ -9,8 +9,8 @@
; Test the creation, reading and displaying of profile
; RUX: rm -f llvmprof.out
-; RUX: lli -load %llvmlibsdir/profile_rt%shlibext %t2
-; RUX: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
+; RUX: lli -load %llvmshlibdir/profile_rt%shlibext %t2
+; RUX: lli -load %llvmshlibdir/profile_rt%shlibext %t2 1 2
; RUX: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s
; Test the loaded profile also with verifier.