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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to