svn commit: r269954 - in head/lib/clang/include: clang/Config llvm/Config

Dimitry Andric dim at FreeBSD.org
Wed Aug 13 21:38:29 UTC 2014


Author: dim
Date: Wed Aug 13 21:38:29 2014
New Revision: 269954
URL: http://svnweb.freebsd.org/changeset/base/269954

Log:
  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

Modified:
  head/lib/clang/include/clang/Config/config.h
  head/lib/clang/include/llvm/Config/config.h

Modified: head/lib/clang/include/clang/Config/config.h
==============================================================================
--- head/lib/clang/include/clang/Config/config.h	Wed Aug 13 21:18:31 2014	(r269953)
+++ head/lib/clang/include/clang/Config/config.h	Wed Aug 13 21:38:29 2014	(r269954)
@@ -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 ""

Modified: head/lib/clang/include/llvm/Config/config.h
==============================================================================
--- head/lib/clang/include/llvm/Config/config.h	Wed Aug 13 21:18:31 2014	(r269953)
+++ head/lib/clang/include/llvm/Config/config.h	Wed Aug 13 21:38:29 2014	(r269954)
@@ -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 */


More information about the svn-src-head mailing list