Merge pull request #75411 from tshortli/module-interface-lazy-typecheck-invalid-extension

ModuleInterface: Avoid crashing on invalid extensions in lazy typechecking mode
This commit is contained in:
Allan Shortlidge
2024-07-23 15:49:57 -07:00
committed by GitHub
4 changed files with 29 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#ifndef SWIFT_FRONTEND_MODULEINTERFACESUPPORT_H
#define SWIFT_FRONTEND_MODULEINTERFACESUPPORT_H
#include "swift/AST/PrintOptions.h"
#include "swift/Basic/LLVM.h"
#include "swift/Basic/Version.h"
#include "llvm/Support/Regex.h"