projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1d640
)
Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 14 Jan 2005 16:32:39 +0000
(16:32 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 14 Jan 2005 16:32:39 +0000
(16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19550
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/profile.pl
patch
|
blob
|
history
diff --git
a/utils/profile.pl
b/utils/profile.pl
index 20810fab9a0964f15e8ebf60272d4f15cdaed7d6..dfa6bab12e4cb7ced71dad12208af662fa259509 100755
(executable)
--- a/
utils/profile.pl
+++ b/
utils/profile.pl
@@
-66,7
+66,7
@@
my $LLIPath = `which lli`;
$LLIPath = `dirname $LLIPath`;
chomp $LLIPath;
-my $LibProfPath = $LLIPath . "/../../
lib/Debug
/libprofile_rt.so";
+my $LibProfPath = $LLIPath . "/../../
Debug/lib
/libprofile_rt.so";
system "opt -q -f $ProfilePass $BytecodeFile -o $BytecodeFile.inst";
system "lli -fake-argv0 '$BytecodeFile' -load $LibProfPath " .