[libc-commits] [libc] [libc][math] Implement `iscanonical[f|l]` as a libc math function (PR #110565)

via libc-commits libc-commits at lists.llvm.org
Wed Oct 2 00:33:50 PDT 2024


overmighty wrote:

> Ah darn it! These little typos are so hard to spot :( Thanks

If you run CMake with `-DLIBC_CMAKE_VERBOSE_LOGGING=ON`, at some point it'll print which tests are disabled and why (which targets are missing). E.g.,

```
-- Skipping unittest libc.test.src.__support.RPC.rpc_smoke_test.__unit__ as it has missing deps: libc.src.__support.RPC.rpc.
```

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


More information about the libc-commits mailing list