mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[docs] Added llvm/cmake section
Added information about the cmake inside llvm. Reviewed By: xgupta, jroelofs Differential Revision: https://reviews.llvm.org/D101925
This commit is contained in:
parent
5ca0f8e582
commit
5296db8df0
@ -814,6 +814,18 @@ One useful source of information about the LLVM source base is the LLVM `doxygen
|
||||
`<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``
|
||||
-----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user