summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-15 22:21:22 +0000
committerChris Lattner <sabre@nondot.org>2007-09-15 22:21:22 +0000
commit8bd12b848bc353a9d34b54144c3dd3407b064292 (patch)
tree596dea499f88e82c5b664336b944aac7186a9be5 /Makefile
parent8bdcc47d2686009bfb3dbef6dcdc9f79c12b03b1 (diff)
Initial checkin of rewriter interface. It is just stubbed out for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db13637f64..e7b647fe43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := Basic Lex Parse AST Sema CodeGen Analysis Driver
+DIRS := Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
include $(LEVEL)/Makefile.common