File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -292,15 +292,6 @@ everything up then you only need to run one command!
292292` rm -rf build ` works too, but then you have to rebuild LLVM, which can take
293293a long time even on fast computers.
294294
295- ## Build tools
296-
297- We've actually got quite a few tools that we use in the compiler's build system
298- and for testing. To organize these, each tool is a project in ` src/tools ` with a
299- corresponding ` Cargo.toml ` . All tools are compiled with Cargo (currently having
300- independent ` Cargo.lock ` files) and do not currently explicitly depend on the
301- compiler or standard library. Compiling each tool is sequenced after the
302- appropriate libstd/libtest/librustc compile above.
303-
304295## Extending rustbuild
305296
306297So, you'd like to add a feature to the rustbuild build system or just fix a bug.
You can’t perform that action at this time.
0 commit comments