[libc-commits] [PATCH] D120914: [libc] Initial support for darwin-aarch64.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 8 10:39:47 PST 2022
lntue added a comment.
In D120914#3365631 <https://reviews.llvm.org/D120914#3365631>, @sivachandra wrote:
> Can I trouble with another request? Adding conditionals for errno and fp exception testing is setting a bad precedence. Can we instead add convenience macros `EXPECT_MATH_ERRNO` and `EXPECT_MATH_FPEXCEPT` and separate out those changes from this patch?
I added testing macros for ERRNO and floating point exceptions in https://reviews.llvm.org/D121235
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120914/new/
https://reviews.llvm.org/D120914
More information about the libc-commits
mailing list