diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-25 00:32:28 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-10-25 00:32:28 +0800 |
| commit | 3b815730a711186a3bbe105800fb2dfa5f4d8caf (patch) | |
| tree | 8286fbf642212415f1cd640ecf15f658fcc7e20e /src/test/ui/thinlto | |
| parent | fbc3642ef12d0de48549346a3b77dfb98487f5bc (diff) | |
| download | rust-3b815730a711186a3bbe105800fb2dfa5f4d8caf.tar.gz rust-3b815730a711186a3bbe105800fb2dfa5f4d8caf.zip | |
rustbuild: Fix `no output generated` error for next bootstrap cargo.
Due to rust-lang/cargo#4570, a `*.dll.lib` file is uplifted when building dynamic libraries on Windows. The current bootstrap code does not understand files with multiple extensions, and will instead assume `xxxx.dll` is the file name. This caused a `no output generated` error because it tries to search for `xxxx.dll-hash.lib` inside the `deps/` folder, while it should check for `xxxx-hash.dll.lib` instead. This PR is blocking #45285 (Bump to 1.23 and update bootstrap).
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions
