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 994dd25 commit 52e4fe4Copy full SHA for 52e4fe4
bootstrap.py
@@ -92,7 +92,7 @@ class InstallOptions:
92
# LLVM
93
llvm_src_dir: str = "<third-party-src-dir>/llvm-project"
94
llvm_build_type: str = "<mrdocs-build-type>"
95
- llvm_build_dir: str = "<llvm-src-dir>/llvm/build/<llvm-build-type:lower>"
+ llvm_build_dir: str = "<llvm-src-dir>/build/<llvm-build-type:lower>"
96
llvm_install_dir: str = "<llvm-src-dir>/install/<llvm-build-type:lower>"
97
llvm_repo: str = "https://github.com/llvm/llvm-project.git"
98
llvm_commit: str = "dd7a3d4d798e30dfe53b5bbbbcd9a23c24ea1af9"
0 commit comments