We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d7893 commit 43cba99Copy full SHA for 43cba99
compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
@@ -88,6 +88,10 @@ MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
88
MemoryMappingLayout::~MemoryMappingLayout() {
89
}
90
91
+bool MemoryMappingLayout::Error() const {
92
+ return false;
93
+}
94
+
95
// More information about Mach-O headers can be found in mach-o/loader.h
96
// Each Mach-O image has a header (mach_header or mach_header_64) starting with
97
// a magic number, and a list of linker load commands directly following the
0 commit comments