[PATCH] D12087: always_inline codegen rewrite
Yaron Keren via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 06:18:12 PDT 2015
yaron.keren added a comment.
In CGCXX.cpp, may be fixable after this commit:
// FIXME: An extern template instantiation will create functions with
// linkage "AvailableExternally". In libc++, some classes also define
// members with attribute "AlwaysInline" and expect no reference to
// be generated. It is desirable to reenable this optimisation after
// corresponding LLVM changes.
Repository:
rL LLVM
http://reviews.llvm.org/D12087
More information about the cfe-commits
mailing list