[PATCH] D47399: Add _LIBCPP_LARGE_CODEBASE

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 11:38:16 PDT 2018


EricWF added a comment.

As previously mentioned, most of these changes deal with symbols which are externally instantiated. These symbols cannot be inlined unless the `inline` keyword is explicitly specified.  The addition of `__attribute__((noinline))` likely has no effect in a large number of cases.


https://reviews.llvm.org/D47399





More information about the llvm-commits mailing list