[llvm-commits] CVS: llvm/utils/profile.pl
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 13 09:34:42 PDT 2005
Changes in directory llvm/utils:
profile.pl updated: 1.7 -> 1.8
---
Log message:
apparently one of the makefile changes changed libprofile.so to profile.so
---
Diffs of the changes: (+1 -1)
profile.pl | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/profile.pl
diff -u llvm/utils/profile.pl:1.7 llvm/utils/profile.pl:1.8
--- llvm/utils/profile.pl:1.7 Fri Jan 14 10:32:39 2005
+++ llvm/utils/profile.pl Thu Oct 13 11:34:24 2005
@@ -66,7 +66,7 @@
$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 " .
More information about the llvm-commits
mailing list