diff options
| author | Raoul Strackx <raoul.strackx@fortanix.com> | 2023-10-23 14:23:28 +0200 |
|---|---|---|
| committer | Raoul Strackx <raoul.strackx@fortanix.com> | 2023-10-23 14:39:01 +0200 |
| commit | c094ba0be45b1d11fd906776b57ec5785b1ef284 (patch) | |
| tree | 66f4e605a8c5c64c1f24d95eaa58fd6b1d89eb71 | |
| parent | a56bd2b944aed6b4a0507cc1870fb4c86d08e48e (diff) | |
Fix closure-inherit-target-feature test for SGX platform
| -rw-r--r-- | tests/assembly/closure-inherit-target-feature.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assembly/closure-inherit-target-feature.rs b/tests/assembly/closure-inherit-target-feature.rs index 24802603452..7acda76e25f 100644 --- a/tests/assembly/closure-inherit-target-feature.rs +++ b/tests/assembly/closure-inherit-target-feature.rs @@ -1,4 +1,5 @@ // only-x86_64 +// ignore-sgx Tests incompatible with LVI mitigations // assembly-output: emit-asm // make sure the feature is not enabled at compile-time // compile-flags: -C opt-level=3 -C target-feature=-sse4.1 -C llvm-args=-x86-asm-syntax=intel |
