[libc-commits] [PATCH] D149705: [libc] Enable the 'stdlib' unit tests to be hermetic

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 3 09:07:24 PDT 2023


sivachandra accepted this revision.
sivachandra added inline comments.


================
Comment at: libc/test/src/CMakeLists.txt:22
+    if(MATH_UNITTEST_HERMETIC_TEST_ONLY)
+      message(FATAL "Hermetic math test cannot require MPFR.")
+    endif()
----------------
`FATAL_ERROR`


================
Comment at: libc/test/src/CMakeLists.txt:37
 
+function(add_fp_test name)
+  cmake_parse_arguments(
----------------
Do we still need this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149705/new/

https://reviews.llvm.org/D149705



More information about the libc-commits mailing list