mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19550 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f1d6402ba
commit
bd02b0a915
@ -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