Fix build by marking tests as incompatible with basic-blocks. Closes #1152

This commit is contained in:
Sean Stangl
2019-10-17 11:35:33 -06:00
committed by Andrew Brown
parent 46b44ad82d
commit fad6bb1a5c
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ test compile
set opt_level=speed
set enable_pinned_reg=true
target x86_64 haswell
feature !"basic-blocks"
function u0:0(i32, i32, i32, i64 vmctx) -> i64 uext system_v {
ebb0(v0: i32, v1: i32, v2: i32, v3: i64):

View File

@@ -2,6 +2,7 @@ test compile
set opt_level=speed
set enable_pinned_reg=true
target x86_64 haswell
feature !"basic-blocks"
;; Test for the issue #1123; https://github.com/CraneStation/cranelift/issues/1123