File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ static void processFrontendOptions(codeql::SwiftExtractorState& state,
7676 }
7777}
7878
79- static void turnOffSilVerifications (swift::SILOptions& options) {
79+ static void turnOffSilVerificationsAndStackProtection (swift::SILOptions& options) {
8080 options.VerifyAll = false ;
8181 options.VerifyExclusivity = false ;
8282 options.VerifyNone = true ;
@@ -99,7 +99,7 @@ class Observer : public swift::FrontendObserver {
9999 options.KeepASTContext = true ;
100100 lockOutputSwiftModuleTraps (state, options);
101101 processFrontendOptions (state, options);
102- turnOffSilVerifications (invocation.getSILOptions ());
102+ turnOffSilVerificationsAndStackProtection (invocation.getSILOptions ());
103103 }
104104
105105 void configuredCompiler (swift::CompilerInstance& instance) override {
You can’t perform that action at this time.
0 commit comments