about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-09-08 14:10:50 +0200
committerGitHub <noreply@github.com>2023-09-08 14:10:50 +0200
commitdcb465995da3309bda9ba1fa286cb4d6a6c77e99 (patch)
treeb9ea89a6bbd69860a23767d08231817207a5987c /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parent2cceedd0ef9fc26250f3d27f7fd4e980f1deb72d (diff)
parent45abd8caf2d596a520a8b712967aa19d799d002b (diff)
downloadrust-dcb465995da3309bda9ba1fa286cb4d6a6c77e99.tar.gz
rust-dcb465995da3309bda9ba1fa286cb4d6a6c77e99.zip
Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68
Fix Step Skipping Caused by Using the `--exclude` Option

The original code was overreacting to the `--exclude` option,
https://github.com/rust-lang/rust/blob/eadf69a6c6edfe220fc5b1b659e46e271d75a3a1/src/bootstrap/builder.rs#L257-L260
For example:
When `x test --exclude alloc` or `x test --exclude library/alloc` is passed, the entire libraray test is skipped.

Related issues:
https://github.com/rust-lang/rust/issues/112009
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions