summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-08-17 13:12:07 +0000
committerdim <dim@FreeBSD.org>2014-08-17 13:12:07 +0000
commit197183e80f536e00b7917b47c37765bc53e36987 (patch)
tree329eda2ba5414a59c45c8cf3f430e63571855b82
parent80ec3980a525d6b3a0d72192bfabedf0221c5ae1 (diff)
downloadFreeBSD-src-197183e80f536e00b7917b47c37765bc53e36987.zip
FreeBSD-src-197183e80f536e00b7917b47c37765bc53e36987.tar.gz
MFC r269954:
Stop telling people to directly report llvm or clang bugs upstream, point them to the FreeBSD bug tracker instead, since we use our own patches.
-rw-r--r--lib/clang/include/clang/Config/config.h2
-rw-r--r--lib/clang/include/llvm/Config/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/include/clang/Config/config.h b/lib/clang/include/clang/Config/config.h
index 8a7936b..5c35829 100644
--- a/lib/clang/include/clang/Config/config.h
+++ b/lib/clang/include/clang/Config/config.h
@@ -6,7 +6,7 @@
#define CONFIG_H
/* Bug report URL. */
-#define BUG_REPORT_URL "http://llvm.org/bugs/"
+#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
/* Relative directory for resource files */
#define CLANG_RESOURCE_DIR ""
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index cbbb4fb..ce32c50 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -9,7 +9,7 @@
#include <osreldate.h>
/* Bug report URL. */
-#define BUG_REPORT_URL "http://llvm.org/bugs/"
+#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
/* Define if we have libxml2 */
/* #undef CLANG_HAVE_LIBXML */
OpenPOWER on IntegriCloud