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.
This commit is contained in:
dim 2014-08-17 13:12:07 +00:00
parent 80ec3980a5
commit 197183e80f
2 changed files with 2 additions and 2 deletions

View File

@ -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 ""

View File

@ -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 */