Page MenuHomeFreeBSD

D34735.id104515.diff
No OneTemporary

D34735.id104515.diff

Index: lib/libclang_rt/Makefile
===================================================================
--- lib/libclang_rt/Makefile
+++ lib/libclang_rt/Makefile
@@ -35,6 +35,8 @@
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
+SUBDIR+= stats
+SUBDIR+= stats_client
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx
Index: sys/powerpc/conf/GENERIC64-NODEBUG
===================================================================
--- sys/powerpc/conf/GENERIC64-NODEBUG
+++ sys/powerpc/conf/GENERIC64-NODEBUG
@@ -1,5 +1,5 @@
#
-# GENERIC64-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file
+# GENERIC64-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file
# for FreeBSD/powerpc
#
# This configuration file removes several debugging options, including
@@ -27,12 +27,6 @@
# $FreeBSD$
include GENERIC64
+include "../../conf/std.nodebug"
ident GENERIC64-NODEBUG
-
-nooptions INVARIANTS
-nooptions INVARIANT_SUPPORT
-nooptions WITNESS
-nooptions WITNESS_SKIPSPIN
-nooptions DEADLKRES
-nooptions MALLOC_DEBUG_MAXZONES
Index: sys/powerpc/conf/GENERIC64LE-NODEBUG
===================================================================
--- sys/powerpc/conf/GENERIC64LE-NODEBUG
+++ sys/powerpc/conf/GENERIC64LE-NODEBUG
@@ -1,11 +1,11 @@
#
-# GENERIC64-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file
+# GENERIC64LE-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file
# for FreeBSD/powerpc
#
# This configuration file removes several debugging options, including
# WITNESS and INVARIANTS checking, which are known to have significant
# performance impact on running systems. When benchmarking new features
-# this kernel should be used instead of the standard GENERIC64.
+# this kernel should be used instead of the standard GENERIC64LE.
# This kernel configuration should never appear outside of the HEAD
# of the FreeBSD tree.
#
@@ -26,13 +26,7 @@
#
# $FreeBSD$
-include GENERIC64
+include GENERIC64LE
+include "../../conf/std.nodebug"
-ident GENERIC64-NODEBUG
-
-nooptions INVARIANTS
-nooptions INVARIANT_SUPPORT
-nooptions WITNESS
-nooptions WITNESS_SKIPSPIN
-nooptions DEADLKRES
-nooptions MALLOC_DEBUG_MAXZONES
+ident GENERIC64LE-NODEBUG

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 2:11 PM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28587243
Default Alt Text
D34735.id104515.diff (2 KB)

Event Timeline