From: Misha Brukman Date: Thu, 29 May 2003 20:09:23 +0000 (+0000) Subject: Added a path to the current version of the built TableGen. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd;p=oota-llvm.git Added a path to the current version of the built TableGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6409 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index 1e28f68b5cc..67ca17f2044 100644 --- a/Makefile.common +++ b/Makefile.common @@ -153,6 +153,7 @@ endif BURG := $(TOOLCURRENT)/burg RunBurg := $(BURG) $(BURG_OPTS) +TBLGEN := $(TOOLCURRENT)/tblgen # Enable this for profiling support with 'gprof' # This automatically enables optimized builds. diff --git a/Makefile.rules b/Makefile.rules index 1e28f68b5cc..67ca17f2044 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -153,6 +153,7 @@ endif BURG := $(TOOLCURRENT)/burg RunBurg := $(BURG) $(BURG_OPTS) +TBLGEN := $(TOOLCURRENT)/tblgen # Enable this for profiling support with 'gprof' # This automatically enables optimized builds.