Skip to content

Commit 52e4fe4

Browse files
committed
build: llvm build dir is in llvm-project root
1 parent 994dd25 commit 52e4fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class InstallOptions:
9292
# LLVM
9393
llvm_src_dir: str = "<third-party-src-dir>/llvm-project"
9494
llvm_build_type: str = "<mrdocs-build-type>"
95-
llvm_build_dir: str = "<llvm-src-dir>/llvm/build/<llvm-build-type:lower>"
95+
llvm_build_dir: str = "<llvm-src-dir>/build/<llvm-build-type:lower>"
9696
llvm_install_dir: str = "<llvm-src-dir>/install/<llvm-build-type:lower>"
9797
llvm_repo: str = "https://github.com/llvm/llvm-project.git"
9898
llvm_commit: str = "dd7a3d4d798e30dfe53b5bbbbcd9a23c24ea1af9"

0 commit comments

Comments
 (0)