[compiler-rt] r220643 - Try to fix the Windows build after r220637

Alexey Samsonov vonosmas at gmail.com
Sun Oct 26 20:06:36 PDT 2014


Thanks! Sorry for the breakage.

On Sun, Oct 26, 2014 at 12:27 PM, Hans Wennborg <hans at hanshq.net> wrote:

> Author: hans
> Date: Sun Oct 26 14:27:02 2014
> New Revision: 220643
>
> URL: http://llvm.org/viewvc/llvm-project?rev=220643&view=rev
> Log:
> Try to fix the Windows build after r220637
>
> Modified:
>     compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
>
> Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc?rev=220643&r1=220642&r2=220643&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc (original)
> +++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc Sun Oct 26
> 14:27:02 2014
> @@ -483,7 +483,7 @@ void BufferedStackTrace::SlowUnwindStack
>                       &stack_frame, &ctx, NULL, &SymFunctionTableAccess64,
>                       &SymGetModuleBase64, NULL) &&
>           size < Min(max_depth, kStackTraceMax)) {
> -    trace[size++] = (uptr)stack_frame.AddrPC.Offset;
> +    trace_buffer[size++] = (uptr)stack_frame.AddrPC.Offset;
>    }
>  }
>  #endif  // #if !SANITIZER_GO
>
>
> _______________________________________________
> 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/20141026/4a58d196/attachment.html>


More information about the llvm-commits mailing list