Skip to content

Commit 022b3a0

Browse files
committed
save
Signed-off-by: ozkanonur <[email protected]>
1 parent 5f7a985 commit 022b3a0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/building/how-to-build-and-run.md

-9
Original file line numberDiff line numberDiff 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
293293
a 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

306297
So, you'd like to add a feature to the rustbuild build system or just fix a bug.

0 commit comments

Comments
 (0)