[libc-commits] [PATCH] D90805: [libc][NFC] Make test macros callable from helper methods of test classes.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 4 16:15:26 PST 2020
sivachandra added a comment.
This helps us setup math tests for `float`, `double` and `long double` without a lot of duplicated logic. See the tests of `remquo`, `remquof` and `remquol` for examples. In contrast, I used this change to set up tests for `ilogb`, `ilogbf` and `ilogbl` without any duplicated logic: https://reviews.llvm.org/D90806.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90805/new/
https://reviews.llvm.org/D90805
More information about the libc-commits
mailing list