diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-07-05 21:58:20 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-07-05 21:58:20 -0700 |
| commit | 48a07bfb958a48da0c909f4607eb0cf9118fc902 (patch) | |
| tree | bcf2be99d136b0f4a7a66061bc0002025a1e1d9d /src/rustllvm/RustWrapper.cpp | |
| parent | ec58d0c9976c18c405a59d26252a1fa7a3e2a742 (diff) | |
| download | rust-48a07bfb958a48da0c909f4607eb0cf9118fc902.tar.gz rust-48a07bfb958a48da0c909f4607eb0cf9118fc902.zip | |
rustbuild: Remove the `build` directory
The organization in rustbuild was a little odd at the moment where the `lib.rs` was quite small but the binary `main.rs` was much larger. Unfortunately as well there was a `build/` directory with the implementation of the build system, but this directory was ignored by GitHub on the file-search prompt which was a little annoying. This commit reorganizes rustbuild slightly where all the library files (the build system) is located directly inside of `src/bootstrap` and all the binaries now live in `src/bootstrap/bin` (they're small). Hopefully this should allow GitHub to index and allow navigating all the files while maintaining a relatively similar layout to the other libraries in `src/`.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
