File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class SILOptions {
129
129
bool EnablePerformanceAnnotations = false ;
130
130
131
131
// / Enables the emission of stack protectors in functions.
132
- bool EnableStackProtection = true ;
132
+ bool EnableStackProtection = false ;
133
133
134
134
// / Like `EnableStackProtection` and also enables moving of values to
135
135
// / temporaries for stack protection.
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -module-name=test -emit-sil %s -O | %FileCheck %s --check-prefix=CHECK --check-prefix=DEFAULT
2
2
// RUN: %target-swift-frontend -module-name=test -enable-move-inout-stack-protector -emit-sil %s -O -enable-stack-protector | %FileCheck %s --check-prefix=CHECK --check-prefix=MOVE
3
3
4
+ // temporarily disabled: rdar://105231457
5
+ // XFAIL: *
6
+
4
7
// REQUIRES: swift_in_compiler
5
8
6
9
@_silgen_name ( " potentiallyBadCFunction " )
You can’t perform that action at this time.
0 commit comments