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

Reid Spencer reid at x10sys.com
Sun Sep 5 09:39:12 PDT 2004



Changes in directory llvm:

Makefile.rules updated: 1.192 -> 1.193
---
Log message:

Add LLVMC as a supported tool.


---
Diffs of the changes:  (+1 -0)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.192 llvm/Makefile.rules:1.193
--- llvm/Makefile.rules:1.192	Fri Sep  3 18:38:25 2004
+++ llvm/Makefile.rules	Sun Sep  5 11:39:01 2004
@@ -274,6 +274,7 @@
 LPROF     = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
 LANALYZE  = $(LLVMTOOLCURRENT)/analyze$(EXEEXT)
 LBUGPOINT = $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
+LLVMC     = $(LLVMTOOLCURRENT)/llvmc$(EXEEXT)
 
 
 ###########################################################################






More information about the llvm-commits mailing list