Ignore LVI incompatible assembly tests on sgx platform

This commit is contained in:
Raoul Strackx 2023-03-09 10:28:44 +01:00
parent 782e69ecac
commit 2743dc695f
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// assembly-output: emit-asm
// min-llvm-version: 15.0
// only-x86_64
// ignore-sgx
// revisions: opt-speed opt-size
// [opt-speed] compile-flags: -Copt-level=1
// [opt-size] compile-flags: -Copt-level=s

View File

@ -1,6 +1,7 @@
// assembly-output: emit-asm
// compile-flags: -Copt-level=1
// only-x86_64
// ignore-sgx
// min-llvm-version: 15.0
#![crate_type = "rlib"]

View File

@ -4,6 +4,7 @@
// assembly-output: emit-asm
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
// only-x86_64
// ignore-sgx
// CHECK-LABEL: clamp_demo:
#[no_mangle]

View File

@ -6,6 +6,7 @@
// compile-flags: -O
// [set] compile-flags: -Zno-jump-tables
// only-x86_64
// ignore-sgx
#![crate_type = "lib"]