diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-23 10:29:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 10:29:13 +0100 |
| commit | 9423c4f0dda638ec2a925140850b85e8d3e6d455 (patch) | |
| tree | 5ad9435b593386812fce23709057863b0fd3ef19 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | bee074f032970fd1b59650c04a70e75eeee9c63b (diff) | |
| parent | 3a2a4429a288031e7810e84b35ff13b8dd4608a4 (diff) | |
| download | rust-9423c4f0dda638ec2a925140850b85e8d3e6d455.tar.gz rust-9423c4f0dda638ec2a925140850b85e8d3e6d455.zip | |
Rollup merge of #70123 - cuviper:library-path, r=Mark-Simulacrum
Ensure LLVM is in the link path for rustc tools The build script for `rustc_llvm` outputs LLVM information in `cargo:rustc-link-lib` and `cargo:rustc-link-search` so the compiler can be linked correctly. However, while the lib is carried along in metadata, the search paths are not. So when cargo is invoked again later for rustc _tools_, they'll also try to link with LLVM, but the necessary paths may be left out. Rustbuild can use the environment to set the LLVM link path for tools -- `LIB` for MSVC toolchains and `LIBRARY_PATH` for everyone else. Fixes #68714.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
