[PATCH] D14411: Use __attribute__((internal_linkage)) when available.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 18:30:03 PST 2015
EricWF added a comment.
In http://reviews.llvm.org/D14411#306716, @EricWF wrote:
> Why does this depend on http://reviews.llvm.org/D15404?
Woops, I meant the tuple patch but I see the other comment now. I'm curious as to how inlininging ends up affecting which overload's SFINAE are evaluated.
Drive by comment: Is the change from `__attribute__((__visibility__("hidden"), __always_inline__))` to `__attribute__((__internal_linkage__))` ABI compatible?
Repository:
rL LLVM
http://reviews.llvm.org/D14411
More information about the cfe-commits
mailing list