We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd02b8 commit ee3674cCopy full SHA for ee3674c
swift/extractor/main.cpp
@@ -81,6 +81,7 @@ static void turnOffSilVerifications(swift::SILOptions& options) {
81
options.VerifyExclusivity = false;
82
options.VerifyNone = true;
83
options.VerifySILOwnership = false;
84
+ options.EnableStackProtection = false; // Causes crashes on Linux
85
}
86
87
codeql::TrapDomain invocationTrapDomain(codeql::SwiftExtractorState& state);
0 commit comments