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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 16 08:12:24 PST 2021


sivachandra accepted this revision.
sivachandra added inline comments.


================
Comment at: libc/src/math/docs/add_math_function.md:142
+  $ cmake ../llvm -G Ninja \
+  -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;llvm;libc" \
+  -DCMAKE_BUILD_TYPE=Debug \
----------------
If you don't specify the full build option, you don't need `clang` and `clang-tools-extra`.


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