diff options
-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 20810fab9a..dfa6bab12e 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 . "/../../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 " . |