Displaying 2 results from an estimated 2 matches for "a4f9994f".
2011 Jul 26
0
[LLVMdev] LLVM-based address sanity checker
...decomposed, we can do it in
3
parts: a) general instrumentation, b) redzones for stack, c) redzones for
globals.
Thanks,
--kcc
>
> -Chris
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110726/a4f9994f/attachment.html>
2011 Jul 26
2
[LLVMdev] LLVM-based address sanity checker
On Jun 21, 2011, at 8:05 AM, Kostya Serebryany wrote:
> Hi,
> What would be our next steps in getting ASan into the LLVM trunk?
> I'd like to do it in two steps, first for the LLVM part with minimal tests and then for the run-time library and all tests.
> The current ASan's source repository will probably stay the primary home for the run-time library and tests as we plan