apparently one of the makefile changes changed libprofile.so to profile.so
llvm-svn: 23709
This commit is contained in:
parent
fd377d9033
commit
e70b0d37c3
|
|
@ -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…
Reference in New Issue