You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #40329 - petrochenkov:llreuse, r=alexcrichton
rustbuild: Add option for enabling partial LLVM rebuilds
@alexcrichton , you probably didn't notice my [late comment](#40236 (comment)) on #40236, but here's an implementation of that suggestion, it supersedes c652a4f.
r? @alexcrichton
Copy file name to clipboardExpand all lines: configure
+1
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ opt local-rust 0 "use an installed rustc rather than downloading a snapshot"
437
437
opt local-rebuild 0 "assume local-rust matches the current version, for rebuilds; implies local-rust, and is implied if local-rust already matches the current version"
438
438
opt llvm-static-stdcpp 0 "statically link to libstdc++ for LLVM"
439
439
opt llvm-link-shared 0 "prefer shared linking to LLVM (llvm-config --link-shared)"
440
+
opt llvm-clean-rebuild 0 "delete LLVM build directory on rebuild"
440
441
opt rpath 1 "build rpaths into rustc itself"
441
442
opt stage0-landing-pads 1 "enable landing pads during bootstrap with stage0"
442
443
# This is used by the automation to produce single-target nightlies
0 commit comments