[LLVMbugs] [Bug 21112] Allow using ASan and UBSan together on OSX

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 21 12:55:53 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=21112

Alexey Samsonov <vonosmas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Alexey Samsonov <vonosmas at gmail.com> ---
ASan+UBSan should now work fine on OS X: UBSan bits are now embedded into ASan
runtime, so if you compile/link with -fsanitize=address,undefined the binary
should only depend on libclang_rt.asan_osx_dynamic.dylib (which would also
contain UBSan handlers).

-- 
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/20150421/66370c0f/attachment.html>


More information about the llvm-bugs mailing list