blob: db79b29d601ceb63891caf8fb2367382d5b3116f [file] [log] [blame]
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
AttrList.inc \
AttrVisitor.inc \
Attrs.inc \
CommentCommandList.inc \
DeclNodes.inc \
DiagnosticCommonKinds.inc \
StmtNodes.inc \
LOCAL_LDLIBS_windows := -limagehlp -lversion
LOCAL_LDLIBS_darwin := -lpthread -ldl -lm
LOCAL_LDLIBS_linux := -lpthread -ldl -lm
# remove when we can use PIE binaries in all places again
LOCAL_NO_FPIE := true
include $(CLANG_HOST_BUILD_MK)
include $(CLANG_TBLGEN_RULES_MK)