1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

apparently one of the makefile changes changed libprofile.so to profile.so

llvm-svn: 23709
This commit is contained in:
Chris Lattner 2005-10-13 16:34:24 +00:00
parent ea6da36ab2
commit 11f7589eaa

View File

@ -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 " .