[PATCH] D39748: [WebAssembly] Include GENERIC_TF_SOURCES
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 7 11:05:02 PST 2017
dschuff added a comment.
Yes; in particular, musl's implementation of printf has some code where it promotes everything to long double, so if long double is f128, that causes several of these functions to get linked in to every binary, for no real benefit to the user.
Repository:
rL LLVM
https://reviews.llvm.org/D39748
More information about the cfe-commits
mailing list