llvm-project/libc/utils
Siva Chandra Reddy 3d758e68a7 [libc] Move FPExceptMatcher out of TestHelpers.h
TestHelpers.h pulls few pieces from LLVM libc's unittest framework
which aren't available on platforms like Fuchsia which use their own
unittest framework. So, by moving FPExceptMatcher to a different file
we can exclude LLVM libc specific pieces in a cleaner way.

In a later pass, it might make more sense to rename TestHelpers.h also
to FPMatcher.h. That way, we can make macros like EXPECT_FP_EQ to be
equivalent to EXPECT_EQ on platforms like Fuchsia.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D107129
2021-07-30 23:44:29 +00:00
..
CPP [libc] Enhance ArrayRef + unittests 2021-04-21 13:25:24 +00:00
FPUtil [libc] Move FPExceptMatcher out of TestHelpers.h 2021-07-30 23:44:29 +00:00
HdrGen [libc][NFC] Add noreturn and constexpr qualifiers where appropriate 2021-07-29 04:50:05 +00:00
LibcTableGenUtil [libc] Add missing TableGen dependency 2020-09-15 14:26:04 +00:00
MPFRWrapper [libc] Enable MPFR library for math functions test 2021-07-27 20:40:04 +00:00
UnitTest [libc] fix LibcUnitTestMain when building with shared libraries 2021-07-26 08:43:45 +00:00
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
mathtools [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
testutils [libc][NFC] Use add_library instead of add_llvm_library for a few libraries. 2021-06-08 23:15:24 +00:00
tools [libc] Refactor WrapperGen to make the flow cleaner. 2020-12-17 08:56:45 -08:00
CMakeLists.txt [libc] Introduce a full build mode CMake option. 2021-03-12 13:28:40 -08:00