diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-15 22:21:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-15 22:21:22 +0000 |
commit | 8bd12b848bc353a9d34b54144c3dd3407b064292 (patch) | |
tree | 596dea499f88e82c5b664336b944aac7186a9be5 /Makefile | |
parent | 8bdcc47d2686009bfb3dbef6dcdc9f79c12b03b1 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |