[PATCH] D101925: [docs] Added llvm/cmake section
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 01:43:13 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4763c8c9e3c7: [docs] Added llvm/cmake section (authored by pooja2299, committed by xgupta).
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.345373.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/943bd851/attachment.bin>
More information about the llvm-commits
mailing list