rust/compiler/rustc_codegen_cranelift/y.ps1

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
194 B
PowerShell
Raw Normal View History

2023-11-27 08:41:13 +00:00
$ErrorActionPreference = "Stop"
$host.ui.WriteErrorLine("[BUILD] build system")
& cargo run --manifest-path build_system/Cargo.toml -- $args
2023-11-27 08:41:13 +00:00
if ($LASTEXITCODE -ne 0) {
exit $LASTEXITCODE
}