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.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2014-08-13 21:38:29 +00:00
parent 69905bdec3
commit e60e641729
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269954
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 */