diff --git a/utils/profile.pl b/utils/profile.pl index 20810fab9a0..dfa6bab12e4 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 " .