[PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 10:21:13 PDT 2016


jfb added a comment.

@t.p.northover: would an acceptable solution be to add a new trait such as `CGM.getCXXABI().CanCallMismatchedFunctionType()` or something of the sort? ARM would set it to true, wasm to false.


http://reviews.llvm.org/D19275





More information about the cfe-commits mailing list