diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/profile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/profile.pl b/utils/profile.pl index dfa6bab12e..ad0be073c8 100755 --- a/utils/profile.pl +++ b/utils/profile.pl @@ -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 " . |