search for: 5bb3b0f4

Displaying 2 results from an estimated 2 matches for "5bb3b0f4".

2014 Feb 01
3
[LLVMdev] Sanitizers libs in Compiler-RT
...blems. I agree that this is all part of compiler_rt as a project/repo, but the sanitizers should remain segregated into their own runtime library. Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/5bb3b0f4/attachment.html>
2014 Jan 30
3
[LLVMdev] Sanitizers libs in Compiler-RT
On 30 January 2014 20:33, Reid Kleckner <rnk at google.com> wrote: > Basically, compiler-rt contains the only runtime libraries we ship with > Clang. The sanitizers are runtime libraries shipped with clang (they have > some version dependence), so they went in compiler-rt. Now they are > starting to feel much larger than compiler-rt, so perhaps they should be > split out.