[LLVMbugs] [Bug 22517] Add memory sanitizer support for x86_64-apple

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 9 08:49:56 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22517

Gonzalo BG <gonzalobg88 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Gonzalo BG <gonzalobg88 at gmail.com> ---
I'm using clang trunk. The following sanitizers do work under mac:  

"-fsanitize=address,integer,undefined,leak" and "-fsanitize=thread"

The memory sanitizer doesn't seem to work. I thought it was libc++ related but
it also fails with a minimal example without any libc++ dependencies. Sorry
about that, i'm closing this issue as invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150209/c5181c69/attachment.html>


More information about the llvm-bugs mailing list