[libc-commits] [libc] [libc][math][c23] Implement canonicalize functions (PR #85940)

via libc-commits libc-commits at lists.llvm.org
Sun Mar 24 09:33:58 PDT 2024


================
@@ -82,8 +82,11 @@ add_header_library(
     BasicOperations.h
   DEPENDS
     .fp_bits
+    .fenv_impl
     libc.src.__support.CPP.type_traits
+    libc.src.__support.uint128
     libc.src.__support.common
+    libc.src.__support.macros.optimization.h
----------------
lntue wrote:

I was curious why your tests were not running in the buildkite pre-submit check.  Turn out I missed this one:
it should be `libc.src.__support.macros.optimization`, without `.h`.  After updating this dependency, you should be able to build and see some of the issues with the tests when running `ninja libc`.

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


More information about the libc-commits mailing list