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

Tim Northover via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 10:16:55 PDT 2016


t.p.northover added a comment.

I'm opposed to the changes on ARM. It would be undefined behaviour if the user wrote it at the C level, but not LLVM IR I think, which means Clang is perfectly entitled to emit calls like that.

Tim.


http://reviews.llvm.org/D19275





More information about the cfe-commits mailing list