Update more paths for the CraneStation/cranelift rename.
This commit is contained in:
@@ -5,7 +5,7 @@ version = "0.13.0"
|
||||
description = "Binaries for testing the Cranelift libraries"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cranelift.readthedocs.io/"
|
||||
repository = "https://github.com/cranelift/cranelift"
|
||||
repository = "https://github.com/CraneStation/cranelift"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test regalloc
|
||||
target x86_64 haswell
|
||||
|
||||
; Reported as https://github.com/cranelift/cranelift/issues/207
|
||||
; Reported as https://github.com/CraneStation/cranelift/issues/207
|
||||
;
|
||||
; The coalescer creates a virtual register with two interfering values.
|
||||
function %pr207(i64 vmctx, i32, i32) -> i32 system_v {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test regalloc
|
||||
target x86_64 haswell
|
||||
|
||||
; Reported as https://github.com/cranelift/cranelift/issues/216 from the Binaryen fuzzer.
|
||||
; Reported as https://github.com/CraneStation/cranelift/issues/216 from the Binaryen fuzzer.
|
||||
;
|
||||
; The (old) coalescer creates a virtual register with two identical values.
|
||||
function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] system_v {
|
||||
|
||||
@@ -3,7 +3,7 @@ target x86_64 haswell
|
||||
|
||||
; regex: V=v\d+
|
||||
|
||||
; Filed as https://github.com/cranelift/cranelift/issues/208
|
||||
; Filed as https://github.com/CraneStation/cranelift/issues/208
|
||||
;
|
||||
; The verifier complains about a branch argument that is not in the same virtual register as the
|
||||
; corresponding EBB argument.
|
||||
|
||||
@@ -31,4 +31,4 @@ for crate in entity codegen frontend native reader wasm module simplejit faerie
|
||||
echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
|
||||
done
|
||||
echo
|
||||
echo Then, go to https://github.com/cranelift/cranelift/releases/ and define a new release.
|
||||
echo Then, go to https://github.com/CraneStation/cranelift/releases/ and define a new release.
|
||||
|
||||
Reference in New Issue
Block a user