From 197183e80f536e00b7917b47c37765bc53e36987 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 17 Aug 2014 13:12:07 +0000 Subject: 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. --- lib/clang/include/clang/Config/config.h | 2 +- lib/clang/include/llvm/Config/config.h | 2 +- 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 /* 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 */ -- cgit v1.1