apparently one of the makefile changes changed libprofile.so to profile.so
authorChris Lattner <sabre@nondot.org>
Thu, 13 Oct 2005 16:34:24 +0000 (16:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Oct 2005 16:34:24 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23709 91177308-0d34-0410-b5e6-96231b3b80d8

utils/profile.pl

index dfa6bab12e4cb7ced71dad12208af662fa259509..ad0be073c8295baf130d4ac0dd5a25f31dc8bd6d 100755 (executable)
@@ -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 " .