Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144464049
D34735.id104515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D34735.id104515.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D34735: riscv: also enable stats and stats_client in libclang_rt
Attached
Detach File
Event Timeline
Log In to Comment