svn commit: r317214 - head/lib/clang/include/llvm/Config

Dimitry Andric dim at FreeBSD.org
Thu Apr 20 21:00:05 UTC 2017


Author: dim
Date: Thu Apr 20 21:00:04 2017
New Revision: 317214
URL: https://svnweb.freebsd.org/changeset/base/317214

Log:
  Turn off llvm/clang's ENABLE_BACKTRACES setting, since it never worked
  properly anyway.  (Upstream has reorganized this somewhat in the mean
  time, but for proper backtraces we would need llvm-symbolizer in base.)
  
  MFC after:	3 days

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

Modified: head/lib/clang/include/llvm/Config/config.h
==============================================================================
--- head/lib/clang/include/llvm/Config/config.h	Thu Apr 20 20:46:34 2017	(r317213)
+++ head/lib/clang/include/llvm/Config/config.h	Thu Apr 20 21:00:04 2017	(r317214)
@@ -12,7 +12,7 @@
 #define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
 
 /* Define to 1 to enable backtraces, and to 0 otherwise. */
-#define ENABLE_BACKTRACES 1
+#define ENABLE_BACKTRACES 0
 
 /* Define to 1 to enable crash overrides, and to 0 otherwise. */
 #define ENABLE_CRASH_OVERRIDES 1


More information about the svn-src-head mailing list