svn commit: r270100 - in stable: 10/lib/clang/include/clang/Config 10/lib/clang/include/llvm/Config 9/lib/clang/include/clang/Config 9/lib/clang/include/llvm/Config
Dimitry Andric
dim at FreeBSD.org
Sun Aug 17 13:12:08 UTC 2014
Author: dim
Date: Sun Aug 17 13:12:07 2014
New Revision: 270100
URL: http://svnweb.freebsd.org/changeset/base/270100
Log:
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.
Modified:
stable/9/lib/clang/include/clang/Config/config.h
stable/9/lib/clang/include/llvm/Config/config.h
Directory Properties:
stable/9/lib/clang/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/lib/clang/include/clang/Config/config.h
stable/10/lib/clang/include/llvm/Config/config.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/9/lib/clang/include/clang/Config/config.h
==============================================================================
--- stable/9/lib/clang/include/clang/Config/config.h Sun Aug 17 13:08:15 2014 (r270099)
+++ stable/9/lib/clang/include/clang/Config/config.h Sun Aug 17 13:12:07 2014 (r270100)
@@ -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: stable/9/lib/clang/include/llvm/Config/config.h
==============================================================================
--- stable/9/lib/clang/include/llvm/Config/config.h Sun Aug 17 13:08:15 2014 (r270099)
+++ stable/9/lib/clang/include/llvm/Config/config.h Sun Aug 17 13:12:07 2014 (r270100)
@@ -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-stable-9
mailing list