Merge pull request #65058 from cachemeifyoucan/eng/PR-swift-cas-fs

[CAS] Integrate CAS into swift compiler
This commit is contained in:
Steven Wu
2023-04-19 09:11:30 -07:00
committed by GitHub
12 changed files with 157 additions and 3 deletions

View File

@@ -804,6 +804,9 @@ namespace swift {
/// import, but it can affect Clang's IR generation of static functions.
std::string Optimization;
/// clang CASOptions.
std::string CASPath;
/// Disable validating the persistent PCH.
bool PCHDisableValidation = false;