summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-29 20:09:23 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-29 20:09:23 +0000
commitd58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd (patch)
tree211388fa500d0f494ef43774477c66f7ac87f90b /Makefile.rules
parent265a0c19a1fa6c03ddcbfdb9e1fc79edcdfdd8a4 (diff)
downloadllvm-d58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd.tar.gz
llvm-d58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd.tar.bz2
llvm-d58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
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.