[libc-commits] [PATCH] D149745: [libc] Split out FPExceptMatcher from the FP utils

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 3 09:10:42 PDT 2023


jhuber6 added inline comments.


================
Comment at: libc/test/src/CMakeLists.txt:30
+  else()
+    list(APPEND MATH_UNITTEST_LINK_LIBRARIES LibcFPTestHelpers LibcFPExceptionHelpers)
+  endif()
----------------
sivachandra wrote:
> Instead of adding `LibcFPExceptionHelpers` here for all math tests, WDYT of adding to `LINK_LIBRARIES` of the two tests which actually use this?
Works for me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149745



More information about the libc-commits mailing list