about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-01-17 12:24:53 +0000
committerGitHub <noreply@github.com>2021-01-17 12:24:53 +0000
commit92dbfb541a2ab1cef3c680fe54c14e6bbc1f43f6 (patch)
tree2dca202114db655411d6e2a29fac543d5eb03ed0 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent8f2ee879654fc601866c2de29f5f328b8c515811 (diff)
parent53989e449d540ea0fbf9468bb133502835e07125 (diff)
downloadrust-92dbfb541a2ab1cef3c680fe54c14e6bbc1f43f6.tar.gz
rust-92dbfb541a2ab1cef3c680fe54c14e6bbc1f43f6.zip
Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514
Support non-stage0 check

Seems to work locally - a full stage 1 check succeeds, building std (because we can't get away with checking it), and then checking the compiler and other tools. This ran into the problem that a unconditional x.py check in stage 1 *both* checks and builds stage 1 std, and then has to clean up because for some reason the rmeta and rlib artifacts conflict (though I'm not actually entirely sure why, but it doesn't seem worth digging in in too much detail).

Ideally we wouldn't be building and checking like that but it's a minor worry as checking std is pretty fast and you can avoid it if you're aiming for speed by passing the compiler (e.g., compiler/rustc) explicitly.

r? ```@jyn514```
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions