[libc-commits] [PATCH] D115608: [libc] Add documentation about how to add a math function to LLVM-libc.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 16 07:04:13 PST 2021


lntue added inline comments.


================
Comment at: libc/src/math/docs/add_math_function.md:170
+```
+  $ ninja libc.test.src.math.exhaustive.func_test
+```
----------------
sivachandra wrote:
> This does not run the test.
Somehow it actually does for exhaustive tests.  I'll update the doc when we change that behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115608



More information about the libc-commits mailing list