We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febff0c commit 5f05a6cCopy full SHA for 5f05a6c
clang/include/clang/Sema/Makefile
@@ -1,7 +1,7 @@
1
CLANG_LEVEL := ../../..
2
TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
3
BUILT_SOURCES = AttrTemplateInstantiate.inc AttrParsedAttrList.inc AttrParsedAttrKinds.inc \
4
- AttrSpellingListIndex.inc
+ AttrSpellingListIndex.inc AttrParsedAttrImpl.inc
5
6
TABLEGEN_INC_FILES_COMMON = 1
7
@@ -31,4 +31,9 @@ $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
31
$(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
32
$(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
33
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)/../../ $<
39
0 commit comments