include $(CLEAR_TBLGEN_VARS) | |
TBLGEN_TABLES := \ | |
AttrList.inc \ | |
AttrVisitor.inc \ | |
Attrs.inc \ | |
CommentCommandList.inc \ | |
DeclNodes.inc \ | |
DiagnosticCommonKinds.inc \ | |
StmtNodes.inc \ | |
LOCAL_LDLIBS += -lm | |
LOCAL_LDLIBS_windows := -limagehlp -lversion | |
LOCAL_LDLIBS_darwin := -lpthread -ldl | |
LOCAL_LDLIBS_linux := -lpthread -ldl | |
# 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) |