File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -930,6 +930,18 @@ clang/Basic/AttrHasAttributeImpl.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
930
930
${CLANG_SRCS} /include/clang/Basic/Attr.td
931
931
TGHDRS+ = clang/Basic/AttrHasAttributeImpl.inc
932
932
933
+ clang/Basic/AttrLeftSideCanPrintList.inc : ${CLANG_SRCS}/include/clang/Basic/Attr.td
934
+ ${CLANG_TBLGEN} -gen-clang-attr-can-print-left-list \
935
+ -I ${CLANG_SRCS} /include -d ${.TARGET: C/ $/ .d/ } -o ${.TARGET} \
936
+ ${CLANG_SRCS} /include/clang/Basic/Attr.td
937
+ TGHDRS+ = clang/Basic/AttrLeftSideCanPrintList.inc
938
+
939
+ clang/Basic/AttrLeftSideMustPrintList.inc : ${CLANG_SRCS}/include/clang/Basic/Attr.td
940
+ ${CLANG_TBLGEN} -gen-clang-attr-must-print-left-list \
941
+ -I ${CLANG_SRCS} /include -d ${.TARGET: C/ $/ .d/ } -o ${.TARGET} \
942
+ ${CLANG_SRCS} /include/clang/Basic/Attr.td
943
+ TGHDRS+ = clang/Basic/AttrLeftSideMustPrintList.inc
944
+
933
945
clang/Basic/AttrList.inc : ${CLANG_SRCS}/include/clang/Basic/Attr.td
934
946
${CLANG_TBLGEN} -gen-clang-attr-list \
935
947
-I ${CLANG_SRCS} /include -d ${.TARGET: C/ $/ .d/ } -o ${.TARGET} \
You can’t perform that action at this time.
0 commit comments