[PATCH] D101925: [docs] Added llvm/cmake section
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 22:56:18 PDT 2021
pooja2299 updated this revision to Diff 343289.
pooja2299 added a comment.
Removed redundant lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101925/new/
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,18 @@
`<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. Checks compiler version and
+ linker flags.
+
+``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.343289.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/ad9e8893/attachment.bin>
More information about the llvm-commits
mailing list