diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-26 03:02:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-26 03:02:52 +0800 |
| commit | 7ccdc105cffbb594a519c3fdfc1e9d95ac6afccc (patch) | |
| tree | 9ee6232fbfba586e06c6d9511319e98f15e4cf4c /src/test/incremental/thinlto | |
| parent | 86360b7ef5771ea7d091d50fe9735f6767acbb21 (diff) | |
| parent | 3b815730a711186a3bbe105800fb2dfa5f4d8caf (diff) | |
| download | rust-7ccdc105cffbb594a519c3fdfc1e9d95ac6afccc.tar.gz rust-7ccdc105cffbb594a519c3fdfc1e9d95ac6afccc.zip | |
Rollup merge of #45496 - kennytm:bootstrap-fix-extension-check, r=alexcrichton
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, see https://github.com/rust-lang/rust/pull/45285#issuecomment-338454149 and the rest of the comments for detail.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions
