mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.
llvm-svn: 19550
This commit is contained in:
parent
2087f3c8e9
commit
daa2e6471e
@ -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 " .
|
||||
|
Loading…
Reference in New Issue
Block a user