Skip to content

Commit 220597d

Browse files
committed
Add newly introduced .inc files to libclang.
1 parent daeeb74 commit 220597d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/clang/libclang/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,18 @@ clang/Basic/AttrHasAttributeImpl.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
930930
${CLANG_SRCS}/include/clang/Basic/Attr.td
931931
TGHDRS+= clang/Basic/AttrHasAttributeImpl.inc
932932

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+
933945
clang/Basic/AttrList.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
934946
${CLANG_TBLGEN} -gen-clang-attr-list \
935947
-I ${CLANG_SRCS}/include -d ${.TARGET:C/$/.d/} -o ${.TARGET} \

0 commit comments

Comments
 (0)