From d58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 29 May 2003 20:09:23 +0000 Subject: 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 --- Makefile.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 1e28f68b5c..67ca17f204 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. -- cgit v1.2.3