mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
apparently one of the makefile changes changed libprofile.so to profile.so
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b89dd23b43
commit
e08fe8d7e5
@ -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