[PATCH] D18071: CodeGen: Mark runtime functions with reserved names as unnamed_addr.

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 11 16:41:08 PST 2016


pcc added subscribers: majnemer, rnk.
pcc added a comment.

Done (this also affects `_purecall` in the MS ABI; I don't think this change should break anything there, but someone working on that might want to comment). Since this patch is now specific to virtual tables anyway, I've incorporated another relevant change, which is to mark virtual function declarations as `unnamed_addr`.


http://reviews.llvm.org/D18071





More information about the cfe-commits mailing list