We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed74db commit 7407eb1Copy full SHA for 7407eb1
tests/assembly-llvm/stack-protector/stack-protector-heuristics-effect-windows-64bit-2.rs
@@ -2,14 +2,13 @@
2
//@ assembly-output: emit-asm
3
//@ only-windows
4
//@ only-msvc
5
-//@ ignore-64bit 64-bit table based SEH has slightly different behaviors than classic SEH
+//@ ignore-32bit 64-bit table based SEH has slightly different behaviors than classic SEH
6
//@ [all] compile-flags: -Z stack-protector=all
7
//@ [strong] compile-flags: -Z stack-protector=strong
8
//@ [none] compile-flags: -Z stack-protector=none
9
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
10
11
#![crate_type = "lib"]
12
-#![allow(internal_features)]
13
#![feature(unsized_fn_params)]
14
15
extern "C" {
0 commit comments