[PATCH] D38606: [CodeGen] Emit a helper function for __builtin_os_log_format to reduce code size

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 23:37:46 PDT 2017


ahatanak added a comment.

I think you are right. The linkage should be linkonce_odr even when not compiling with -Oz. I've fixed it in the latest patch.


https://reviews.llvm.org/D38606





More information about the cfe-commits mailing list