mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Revert "Merge pull request #41831 from hyp/unify-header""
This reverts commit 4c9582c295.
This commit is contained in:
@@ -234,8 +234,7 @@ void FrontendOptions::forAllOutputPaths(
|
||||
const std::string *outputs[] = {
|
||||
&outs.ModuleOutputPath, &outs.ModuleDocOutputPath,
|
||||
&outs.ModuleInterfaceOutputPath, &outs.PrivateModuleInterfaceOutputPath,
|
||||
&outs.ObjCHeaderOutputPath, &outs.CxxHeaderOutputPath,
|
||||
&outs.ModuleSourceInfoOutputPath};
|
||||
&outs.ClangHeaderOutputPath, &outs.ModuleSourceInfoOutputPath};
|
||||
for (const std::string *next : outputs) {
|
||||
if (!next->empty())
|
||||
fn(*next);
|
||||
|
||||
Reference in New Issue
Block a user