[libc-commits] [PATCH] D112673: [libc][NFC] Move test related pieces from FPUtil to util/UnitTest.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Oct 27 20:37:21 PDT 2021
sivachandra updated this revision to Diff 382899.
sivachandra added a comment.
Fix header guards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112673/new/
https://reviews.llvm.org/D112673
Files:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/FPExceptMatcher.cpp
libc/src/__support/FPUtil/FPExceptMatcher.h
libc/src/__support/FPUtil/TestHelpers.cpp
libc/src/__support/FPUtil/TestHelpers.h
libc/test/src/fenv/enabled_exceptions_test.cpp
libc/test/src/fenv/feholdexcept_test.cpp
libc/test/src/math/CeilTest.h
libc/test/src/math/CopySignTest.h
libc/test/src/math/FAbsTest.h
libc/test/src/math/FDimTest.h
libc/test/src/math/FMaxTest.h
libc/test/src/math/FMinTest.h
libc/test/src/math/FloorTest.h
libc/test/src/math/FmaTest.h
libc/test/src/math/FrexpTest.h
libc/test/src/math/HypotTest.h
libc/test/src/math/LdExpTest.h
libc/test/src/math/LogbTest.h
libc/test/src/math/ModfTest.h
libc/test/src/math/NextAfterTest.h
libc/test/src/math/RIntTest.h
libc/test/src/math/RemQuoTest.h
libc/test/src/math/RoundTest.h
libc/test/src/math/SqrtTest.h
libc/test/src/math/TruncTest.h
libc/test/src/math/cos_test.cpp
libc/test/src/math/cosf_test.cpp
libc/test/src/math/exp2f_test.cpp
libc/test/src/math/expf_test.cpp
libc/test/src/math/expm1f_test.cpp
libc/test/src/math/fdim_test.cpp
libc/test/src/math/fdimf_test.cpp
libc/test/src/math/fdiml_test.cpp
libc/test/src/math/ilogb_test.cpp
libc/test/src/math/ilogbf_test.cpp
libc/test/src/math/ilogbl_test.cpp
libc/test/src/math/mod_k_pi_test.cpp
libc/test/src/math/sin_test.cpp
libc/test/src/math/sincosf_test.cpp
libc/test/src/math/sinf_test.cpp
libc/test/src/math/tan_test.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/UnitTest/CMakeLists.txt
libc/utils/UnitTest/FPExceptMatcher.cpp
libc/utils/UnitTest/FPExceptMatcher.h
libc/utils/UnitTest/FPMatcher.cpp
libc/utils/UnitTest/FPMatcher.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112673.382899.patch
Type: text/x-patch
Size: 23441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211028/bbb118a5/attachment-0001.bin>
More information about the libc-commits
mailing list