[libc-commits] [PATCH] D152630: [libc] Enable custom logging in LibcTest
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 14 04:50:24 PDT 2023
gchatelet reopened this revision.
gchatelet added a comment.
This revision is now accepted and ready to land.
Build bots were failing because of a few other `bool r = EXPECT_FP_EQ(...` and `bool r = EXPECT_MPFR_MATCH_ROUNDING(...` that I didn't catch.
They were only built <https://github.com/llvm/llvm-project/blob/b91e78da37800c03542141135a6628f320e974ed/libc/test/src/math/CMakeLists.txt#L1615> when `LLVM_LIBC_FULL_BUILD` was **not** defined.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152630/new/
https://reviews.llvm.org/D152630
More information about the libc-commits
mailing list