We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85f1f9 commit 2f69dc2Copy full SHA for 2f69dc2
llvm/docs/GettingStarted.rst
@@ -43,7 +43,7 @@ Getting the Source Code and Building LLVM
43
* You are likely only interested in the main branch moving forward, if
44
you don't want `git fetch` (or `git pull`) to download user branches, use:
45
46
- ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main# -i llvm-project/.git/config``
+ ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main#' -i llvm-project/.git/config``
47
48
#. Configure and build LLVM and Clang:
49
0 commit comments