[llvm-commits] CVS: llvm/Makefile.common

Misha Brukman brukman at cs.uiuc.edu
Thu May 29 15:10:05 PDT 2003


Changes in directory llvm:

Makefile.common updated: 1.83 -> 1.84

---
Log message:

Added a path to the current version of the built TableGen.


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.83 llvm/Makefile.common:1.84
--- llvm/Makefile.common:1.83	Thu May 29 13:52:10 2003
+++ llvm/Makefile.common	Thu May 29 15:09:23 2003
@@ -153,6 +153,7 @@
 BURG    := $(TOOLCURRENT)/burg
 RunBurg := $(BURG) $(BURG_OPTS)
 
+TBLGEN  := $(TOOLCURRENT)/tblgen
 
 # Enable this for profiling support with 'gprof'
 # This automatically enables optimized builds.





More information about the llvm-commits mailing list