Fix build by marking tests as incompatible with basic-blocks. Closes #1152
This commit is contained in:
committed by
Andrew Brown
parent
46b44ad82d
commit
fad6bb1a5c
@@ -2,6 +2,7 @@ test compile
|
|||||||
set opt_level=speed
|
set opt_level=speed
|
||||||
set enable_pinned_reg=true
|
set enable_pinned_reg=true
|
||||||
target x86_64 haswell
|
target x86_64 haswell
|
||||||
|
feature !"basic-blocks"
|
||||||
|
|
||||||
function u0:0(i32, i32, i32, i64 vmctx) -> i64 uext system_v {
|
function u0:0(i32, i32, i32, i64 vmctx) -> i64 uext system_v {
|
||||||
ebb0(v0: i32, v1: i32, v2: i32, v3: i64):
|
ebb0(v0: i32, v1: i32, v2: i32, v3: i64):
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ test compile
|
|||||||
set opt_level=speed
|
set opt_level=speed
|
||||||
set enable_pinned_reg=true
|
set enable_pinned_reg=true
|
||||||
target x86_64 haswell
|
target x86_64 haswell
|
||||||
|
feature !"basic-blocks"
|
||||||
|
|
||||||
;; Test for the issue #1123; https://github.com/CraneStation/cranelift/issues/1123
|
;; Test for the issue #1123; https://github.com/CraneStation/cranelift/issues/1123
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user