From bd02b0a91573ba1a3742e3e3077d72321800d945 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 14 Jan 2005 16:32:39 +0000 Subject: Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19550 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/profile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/profile.pl') 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 " . -- cgit v1.2.3-18-g5258