Closed glandium closed 5 years ago
@mhosken could we get this merged, please? Currently we're carrying it as a local patch in Firefox, which is a nuisance when updating to a new release.
Sorry about missing this for the release. The PR addresses an important corner case (LTO), but lack of this attribute has not caused problems when building as a library, since testing would soon crash if the function were inlined.
Per CMakeLists.txt, the file can only be built with GCC or clang, so attribute doesn't need to be ifdef'ed away.