[PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.

Mehdi AMINI mehdi.amini at apple.com
Tue Mar 3 18:12:01 PST 2015


================
Comment at: docs/GettingStarted.rst:718
@@ +717,3 @@
++-----------------------+------------------------------------------------------+
+| LLVM_TARGEST_TO_BUILD | Controls which targets will be built and linked into |
+|                       | llc. This is equivalent to the ``--enable-targets``  |
----------------
s/TARGEST/TARGET/

================
Comment at: docs/GettingStarted.rst:729
@@ +728,3 @@
+| LLVM_ENABLE_DOXYGEN   | Look for the doxygen program and enable construction |
+|                       | of the doxygen-based documentation from the soruce   |
+|                       | code. This is disabled by default because it is slow |
----------------
s/soruce/source/

================
Comment at: docs/GettingStarted.rst:734
@@ +733,3 @@
+| LLVM_ENABLE_SPHINX    | Look for the sphinx program and enable construction  |
+|                       | of the sphinx-based documentation from the soruce    |
+|                       | code. This is disabled by default because it is slow |
----------------
s/soruce/source/

================
Comment at: docs/GettingStarted.rst:876
@@ +875,3 @@
+LLVM source tree. At each level where source files are present in the source
+tree there will be a cooresponding ``CMakeFiles`` directory in the *OBJ_ROOT*.
+Underneath that directory there is another directory with a name ending in
----------------
s/cooresponding/corresponding/

http://reviews.llvm.org/D8046

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list