[PATCH] D134938: [libc++] Add option to disable long double math support in libc++
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 16:10:32 PDT 2022
arichardson added a comment.
Thanks for working on this - I made a similar change a few month back but never got around to looking at the tests (library headers only): https://reviews.llvm.org/P8292. I hit the same issue trying to use picolibc.
You patch looks a lot more complete - In the end I didn't end up using this approach and just add declarations of those functions to the newlib/picolibc headers, which was enough for the code that I was trying to build (since it didn't actually need them at link time).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134938/new/
https://reviews.llvm.org/D134938
More information about the llvm-commits
mailing list