[libc-commits] [libc] [libc] Make fenv and math tests preserve fenv_t state (PR #89658)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Apr 23 10:49:16 PDT 2024


================
@@ -111,8 +111,10 @@ add_header_library(
 add_unittest_framework_library(
   LibcFPTestHelpers
   SRCS
+    FEnvSafeTest.cpp
----------------
michaelrj-google wrote:

to keep the bazel build working as well, these files should be added to the `fp_test_helpers` target in `utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel`

https://github.com/llvm/llvm-project/pull/89658


More information about the libc-commits mailing list