[PATCH] D34972: [CodeGen] Propagate dllexport to thunks

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 22:31:57 PDT 2017


majnemer added a comment.

OK, so we are exporting the thunks so that the linker will generate import thunks for the thunks. I think that we should have a comment to that effect near the code you added.


https://reviews.llvm.org/D34972





More information about the cfe-commits mailing list