[libcxx-commits] [PATCH] D134938: [libc++] Add option to disable long double math support in libc++

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 30 01:53:44 PDT 2022


philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.

What exactly is the problem here? Does libc++ not work at all when using a libc that doesn't support `long double`, does it error out when including `<cmath>` or does it result in a linker error when using the functions? Or something completely different? Assuming we want to add this configuration we also have to add a new runner for it in `libcxx/utils/ci/buildkite-pipeline.yml`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134938/new/

https://reviews.llvm.org/D134938



More information about the libcxx-commits mailing list