Compute a backwards SubReg -> SubRegIndex map for each register.
[oota-llvm.git] / utils / profile.pl
index 318011560bc8ee94961548e599ce54030c6d05c5..782e5dc24d468e686dbada7cd30827adb3fedd7a 100755 (executable)
@@ -65,7 +65,7 @@ shift @ARGV;
 my $libdir = `llvm-config --libdir`;
 chomp $libdir;
 
-my $LibProfPath = $libdir . "/profile_rt.so";
+my $LibProfPath = $libdir . "/libprofile_rt.so";
 
 system "opt -q -f $ProfilePass $BytecodeFile -o $BytecodeFile.inst";
 system "lli -fake-argv0 '$BytecodeFile' -load $LibProfPath " .