[compiler-rt] r220683 - Unbreak the darwin build.
Alexey Samsonov
vonosmas at gmail.com
Mon Oct 27 10:37:49 PDT 2014
Thank you!
On Mon, Oct 27, 2014 at 9:21 AM, Adrian Prantl <aprantl at apple.com> wrote:
> Author: adrian
> Date: Mon Oct 27 11:20:59 2014
> New Revision: 220683
>
> URL: http://llvm.org/viewvc/llvm-project?rev=220683&view=rev
> Log:
> Unbreak the darwin build.
> Patch by Ismail Pazarbasi!
>
> Modified:
> compiler-rt/trunk/lib/asan/asan_mac.cc
>
> Modified: compiler-rt/trunk/lib/asan/asan_mac.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_mac.cc?rev=220683&r1=220682&r2=220683&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/lib/asan/asan_mac.cc (original)
> +++ compiler-rt/trunk/lib/asan/asan_mac.cc Mon Oct 27 11:20:59 2014
> @@ -297,7 +297,7 @@ using namespace __asan; // NOLINT
> // The caller retains control of the allocated context.
> extern "C"
> asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t
> func,
> - StackTrace *stack) {
> + BufferedStackTrace *stack) {
> asan_block_context_t *asan_ctxt =
> (asan_block_context_t*) asan_malloc(sizeof(asan_block_context_t),
> stack);
> asan_ctxt->block = ctxt;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141027/0a1ed5bb/attachment.html>
More information about the llvm-commits
mailing list