[llvm-commits] [PATCH] AddressSanitizer: allow disabling __cxa_throw at runtime

Alexander Potapenko glider at google.com
Wed Dec 28 05:18:51 PST 2011


The attached patch introduces the wrap_cxa_throw flag that should help
us to build Chrome while
http://code.google.com/p/address-sanitizer/issues/detail?id=23 is not
fixed (tl;dr: wrapping __cxa_throw possibly affects stack unwinding
and exception handling).

-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list