[PATCH] D38606: [CodeGen] Emit a helper function for __builtin_os_log_format to reduce code size
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 20:16:32 PDT 2017
rjmccall added a comment.
I don't see any reason not to use linkonce_odr + hidden even outside of -Oz. Otherwise LGTM.
https://reviews.llvm.org/D38606
More information about the cfe-commits
mailing list