about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-12 22:04:34 +0200
committerGitHub <noreply@github.com>2023-04-12 22:04:34 +0200
commitc47937d32cb877003098e498490911e8070692b9 (patch)
tree9797e8159c4f9b7bee500fa45d66fd57c74c3c58 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
parent92eb36461bfcd4726e3f53561e93e1b55c16c34a (diff)
parentca3daa0fb69127ed75e79f8e97b5854288b12d51 (diff)
downloadrust-c47937d32cb877003098e498490911e8070692b9.tar.gz
rust-c47937d32cb877003098e498490911e8070692b9.zip
Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonur
Fix x check --stage 1 when download-ci-llvm=false

Bootstrap tries to avoid building LLVM unless it needs to; in particular we only build it for `x build`, not `x check`. Unfortunately, the check forgot about existence of stages - it would break if you used `x check --stage 1`:
```
  = note: /usr/bin/ld: cannot find -lPolly: No such file or directory
          /usr/bin/ld: cannot find -lPollyISL: No such file or directory
```
Fix it to work for stage 1.

I recommend reading this commit-by-commit; the first one makes a bunch of whitespace changes but otherwise doesn't change the logic.
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions