mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update lib/Frontend/ModuleInterfaceLoader.cpp
Co-authored-by: Allan Shortlidge <tshortli@gmail.com>
This commit is contained in:
@@ -1546,7 +1546,7 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
|
||||
Feature::LayoutPrespecialization);
|
||||
}
|
||||
|
||||
// Validate Clang modules once perbuild session flags must be consistent
|
||||
// Validate Clang modules once per-build session flags must be consistent
|
||||
// across all module sub-invocations
|
||||
if (clangImporterOpts.ValidateModulesOnce) {
|
||||
genericSubInvocation.getClangImporterOptions().ValidateModulesOnce = true;
|
||||
|
||||
Reference in New Issue
Block a user