[PATCH] D146898: [Docs][typo] Done the required fix for the #61690
Tiwari Abhinav Ashok Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 25 23:03:41 PDT 2023
aabhinavg created this revision.
Herald added a project: All.
aabhinavg requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146898
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -583,7 +583,7 @@
Once checked out repository, the LLVM suite source code must be configured
before being built. This process uses CMake. Unlinke the normal ``configure``
script, CMake generates the build files in whatever format you request as well
-as various ``*.inc`` files, and ``llvm/include/Config/config.h``.
+as various ``*.inc`` files, and ``llvm/include/llvm/Config/config.h.cmake``.
Variables are passed to ``cmake`` on the command line using the format
``-D<variable name>=<value>``. The following variables are some common options
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146898.508379.patch
Type: text/x-patch
Size: 725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230326/18a81ffa/attachment.bin>
More information about the llvm-commits
mailing list