https://llvm.org/bugs/show_bug.cgi?id=21112
Alexey Samsonov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Alexey Samsonov <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
