[libc-commits] [PATCH] D143389: [libc][doc] Update compiler

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 6 07:22:00 PST 2023


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/docs/compiler_support.rst:14
 
+For platforms where only ``GCC`` is natively available but maximum performance is required it is possible to bootstrap ``Clang`` with ``GCC`` and then use ``Clang`` to build ``LLVM libc``.
+
----------------
Nit: "build the '`libc``" project.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143389



More information about the libc-commits mailing list