[libcxx-commits] [PATCH] D143033: [libc++] Disable some tests in `math_nodiscard_extensions`.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 15:05:04 PST 2023
ldionne added a comment.
Further investigation: this test will fail on any platform that compiles with `-ffreestanding` (which turns off the Clang behaviour to add `[[gnu::const]]`) where the C Standard library provided `std::round` doesn't provide the attribute itself. I will have a look at setting that up in the CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143033/new/
https://reviews.llvm.org/D143033
More information about the libcxx-commits
mailing list