From: Chris Lattner Date: Tue, 1 Jun 2004 23:49:55 +0000 (+0000) Subject: Build the llvm-stub directory X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ed1f38ea642d0a0ddbb5db7f9002c95dbd00cea;p=oota-llvm.git Build the llvm-stub directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index c6ac3dc821a..bc252aa424b 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 \ +PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \ analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar include $(LEVEL)/Makefile.common