[PATCH] D101925: [docs] Added llvm/cmake section
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 10:48:57 PDT 2021
pooja2299 created this revision.
pooja2299 added a reviewer: xgupta.
Herald added a subscriber: jfb.
pooja2299 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Added information about the cmake inside llvm.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101925
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -814,6 +814,19 @@
`<https://llvm.org/doxygen/>`_. The following is a brief introduction to code
layout:
+``llvm/cmake``
+--------------
+Genereates system build files.
+
+``llvm/cmake/modules``
+ Build configuration for llvm user defined options and build rules
+ for OCaml language, Sphinx, TensorFlow compiler. Checks compiler version,
+ linker flags, atomic builtins and version control information.
+
+``llvm/cmake/platforms``
+ Toolchain configuration for Android NDK, iOS systems and non-Windows hosts to
+ target MSVC.
+
``llvm/examples``
-----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101925.343105.patch
Type: text/x-patch
Size: 753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/aade1b4e/attachment.bin>
More information about the llvm-commits
mailing list