[PATCH] D13429: Provide missing Internal{Alloc, Free} declarations for libbacktrace symbolizer.

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 10:24:38 PDT 2015


m.ostepenko removed rL LLVM as the repository for this revision.
m.ostepenko updated this revision to Diff 36527.
m.ostepenko added a comment.

Addressing Alexey's comment.


http://reviews.llvm.org/D13429

Files:
  lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h

Index: lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
===================================================================
--- lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
+++ lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
@@ -16,6 +16,7 @@
 
 #include "sanitizer_platform.h"
 #include "sanitizer_common.h"
+#include "sanitizer_allocator_internal.h"
 #include "sanitizer_symbolizer_internal.h"
 
 #ifndef SANITIZER_LIBBACKTRACE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13429.36527.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151005/1c9ec7a2/attachment.bin>


More information about the llvm-commits mailing list