mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 11:07:32 +00:00
Ignore LVI incompatible assembly tests on sgx platform
This commit is contained in:
parent
782e69ecac
commit
2743dc695f
@ -1,6 +1,7 @@
|
|||||||
// assembly-output: emit-asm
|
// assembly-output: emit-asm
|
||||||
// min-llvm-version: 15.0
|
// min-llvm-version: 15.0
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
|
// ignore-sgx
|
||||||
// revisions: opt-speed opt-size
|
// revisions: opt-speed opt-size
|
||||||
// [opt-speed] compile-flags: -Copt-level=1
|
// [opt-speed] compile-flags: -Copt-level=1
|
||||||
// [opt-size] compile-flags: -Copt-level=s
|
// [opt-size] compile-flags: -Copt-level=s
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// assembly-output: emit-asm
|
// assembly-output: emit-asm
|
||||||
// compile-flags: -Copt-level=1
|
// compile-flags: -Copt-level=1
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
|
// ignore-sgx
|
||||||
// min-llvm-version: 15.0
|
// min-llvm-version: 15.0
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
// assembly-output: emit-asm
|
// assembly-output: emit-asm
|
||||||
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
|
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
|
// ignore-sgx
|
||||||
|
|
||||||
// CHECK-LABEL: clamp_demo:
|
// CHECK-LABEL: clamp_demo:
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
// [set] compile-flags: -Zno-jump-tables
|
// [set] compile-flags: -Zno-jump-tables
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
|
// ignore-sgx
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user