aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-05 16:39:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-05 16:39:01 +0000
commit5f8c6b2546c4c21fd93abef932f188aab11f718e (patch)
tree7e070a7459046faf7e79ec098aa018cca281488b
parenteb32ffe2f8c60a7577447f4b4e1d8791d6665367 (diff)
Add LLVMC as a supported tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16183 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 64b8bd1888..bd7a096fbc 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -274,6 +274,7 @@ LLINK = $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT)
LPROF = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
LANALYZE = $(LLVMTOOLCURRENT)/analyze$(EXEEXT)
LBUGPOINT = $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
+LLVMC = $(LLVMTOOLCURRENT)/llvmc$(EXEEXT)
###########################################################################