Skip to content

Commit 5f05a6c

Browse files
committed
Attempting to unbreak the makefile-base builds.
llvm-svn: 190370
1 parent febff0c commit 5f05a6c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clang/include/clang/Sema/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CLANG_LEVEL := ../../..
22
TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
33
BUILT_SOURCES = AttrTemplateInstantiate.inc AttrParsedAttrList.inc AttrParsedAttrKinds.inc \
4-
AttrSpellingListIndex.inc
4+
AttrSpellingListIndex.inc AttrParsedAttrImpl.inc
55

66
TABLEGEN_INC_FILES_COMMON = 1
77

@@ -31,4 +31,9 @@ $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
3131
$(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
3232
$(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
3333

34+
$(ObjDir)/AttrParsedAttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td \
35+
$(CLANG_TBLGEN) $(ObjDir)/.dir
36+
$(Echo) "Building Clang parsed attribute list impl with tablegen"
37+
$(Verb) $(ClangTableGen) -gen-clang-attr-parsed-attr-impl -o \
38+
$(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
3439

0 commit comments

Comments
 (0)