summaryrefslogtreecommitdiff
path: root/include/clang/Config/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Config/config.h.in')
-rw-r--r--include/clang/Config/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in
index d66b4cf68d..450ea9b613 100644
--- a/include/clang/Config/config.h.in
+++ b/include/clang/Config/config.h.in
@@ -22,4 +22,9 @@
/* Define if we have libxml2 */
#undef CLANG_HAVE_LIBXML
+#undef PACKAGE_STRING
+
+/* The LLVM product name and version */
+#define BACKEND_PACKAGE_STRING PACKAGE_STRING
+
#endif