aboutsummaryrefslogtreecommitdiffstats
path: root/utils/profile.pl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-13 16:34:24 +0000
committerChris Lattner <sabre@nondot.org>2005-10-13 16:34:24 +0000
commite08fe8d7e52b96824ac77719f0a6ab364242b1e6 (patch)
tree3d107831b7726f5ad7d5d5d95b76425527e2c761 /utils/profile.pl
parentb89dd23b43489964e257f3c60bdfe52400fd6130 (diff)
downloadexternal_llvm-e08fe8d7e52b96824ac77719f0a6ab364242b1e6.zip
external_llvm-e08fe8d7e52b96824ac77719f0a6ab364242b1e6.tar.gz
external_llvm-e08fe8d7e52b96824ac77719f0a6ab364242b1e6.tar.bz2
apparently one of the makefile changes changed libprofile.so to profile.so
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/profile.pl')
-rwxr-xr-xutils/profile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/profile.pl b/utils/profile.pl
index dfa6bab..ad0be07 100755
--- a/utils/profile.pl
+++ b/utils/profile.pl
@@ -66,7 +66,7 @@ my $LLIPath = `which lli`;
$LLIPath = `dirname $LLIPath`;
chomp $LLIPath;
-my $LibProfPath = $LLIPath . "/../../Debug/lib/libprofile_rt.so";
+my $LibProfPath = $LLIPath . "/../../Debug/lib/profile_rt.so";
system "opt -q -f $ProfilePass $BytecodeFile -o $BytecodeFile.inst";
system "lli -fake-argv0 '$BytecodeFile' -load $LibProfPath " .