[PATCH] D13429: Provide missing Internal{Alloc, Free} declarations for libbacktrace symbolizer.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 16:15:29 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249633: Provide missing Internal{Alloc, Free} declarations for libbacktrace symbolizer. (authored by samsonov).
Changed prior to commit:
http://reviews.llvm.org/D13429?vs=36527&id=36808#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13429
Files:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
+++ compiler-rt/trunk/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.36808.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/2e4fd0e0/attachment.bin>
More information about the llvm-commits
mailing list