search for: c6f03b44

Displaying 2 results from an estimated 2 matches for "c6f03b44".

Did you mean: c600eb44
2014 Feb 01
2
[LLVMdev] Sanitizers libs in Compiler-RT
...g, but 2 is already good for all practical purposes. Step 4 is way past *my* needs, but I don't think it's a bad thing to have. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/c6f03b44/attachment.html>
2014 Jan 31
5
[LLVMdev] Sanitizers libs in Compiler-RT
On 31 Jan 2014, at 08:12, Chandler Carruth <chandlerc at google.com> wrote: > - There is the core runtime library. Historically this was called 'compiler-rt' informally, but perhaps better called 'libclang_rt', which provides the core necessary runtime library facilities to compile C or C++ applications. It's analogous to libgcc but without some of the unwinding code