mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Swift: Disable stack protector pass
This commit is contained in:
@@ -81,6 +81,7 @@ static void turnOffSilVerifications(swift::SILOptions& options) {
|
||||
options.VerifyExclusivity = false;
|
||||
options.VerifyNone = true;
|
||||
options.VerifySILOwnership = false;
|
||||
options.EnableStackProtection = false; // Causes crashes on Linux
|
||||
}
|
||||
|
||||
codeql::TrapDomain invocationTrapDomain(codeql::SwiftExtractorState& state);
|
||||
|
||||
Reference in New Issue
Block a user