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:
parent
ea6da36ab2
commit
11f7589eaa
@ -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 " .
|
||||
|
Loading…
x
Reference in New Issue
Block a user