From: Chris Lattner Date: Tue, 28 Oct 2003 19:16:49 +0000 (+0000) Subject: Build the llvm-prof directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67e7104db7e07a6fbb9000f45864a5529e3f8559;p=oota-llvm.git Build the llvm-prof directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index a8f9a7ae229..45b92ef558d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL := .. PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ - analyze extract bugpoint llvm-nm llvm-ar + analyze extract bugpoint llvm-nm llvm-prof llvm-ar include $(LEVEL)/Makefile.common