There was an error while loading. Please reload this page.
1 parent f88156c commit 23e95c8Copy full SHA for 23e95c8
1 file changed
src/bootstrap/src/core/build_steps/llvm.rs
@@ -966,7 +966,7 @@ impl CommandLineStep for RustOffload {
966
const IS_HOST: bool = true;
967
968
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
969
- run.path("compiler/rustc_llvm/llvm-wrapper/offload")
+ run.alias("rust-offload")
970
}
971
972
fn make_run(run: RunConfig<'_>) {
0 commit comments