[libc-commits] [PATCH] D149108: [libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 24 16:44:44 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4dbaaf4b95fc: [libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149108/new/
https://reviews.llvm.org/D149108
Files:
libc/test/src/math/exhaustive/CMakeLists.txt
Index: libc/test/src/math/exhaustive/CMakeLists.txt
===================================================================
--- libc/test/src/math/exhaustive/CMakeLists.txt
+++ libc/test/src/math/exhaustive/CMakeLists.txt
@@ -10,6 +10,7 @@
add_fp_unittest(
sqrtf_test
+ NO_RUN_POSTBUILD
NEED_MPFR
SUITE
libc_math_exhaustive_tests
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149108.516579.patch
Type: text/x-patch
Size: 344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230424/859ded88/attachment-0001.bin>
More information about the libc-commits
mailing list