mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "Merge pull request #41831 from hyp/unify-header""
This reverts commit 4c9582c295.
This commit is contained in:
@@ -92,14 +92,9 @@ CompilerInvocation::getMainInputFilenameForDebugInfoForAtMostOnePrimary()
|
||||
.MainInputFilenameForDebugInfo;
|
||||
}
|
||||
std::string
|
||||
CompilerInvocation::getObjCHeaderOutputPathForAtMostOnePrimary() const {
|
||||
CompilerInvocation::getClangHeaderOutputPathForAtMostOnePrimary() const {
|
||||
return getPrimarySpecificPathsForAtMostOnePrimary()
|
||||
.SupplementaryOutputs.ObjCHeaderOutputPath;
|
||||
}
|
||||
std::string
|
||||
CompilerInvocation::getCxxHeaderOutputPathForAtMostOnePrimary() const {
|
||||
return getPrimarySpecificPathsForAtMostOnePrimary()
|
||||
.SupplementaryOutputs.CxxHeaderOutputPath;
|
||||
.SupplementaryOutputs.ClangHeaderOutputPath;
|
||||
}
|
||||
std::string CompilerInvocation::getModuleOutputPathForAtMostOnePrimary() const {
|
||||
return getPrimarySpecificPathsForAtMostOnePrimary()
|
||||
|
||||
Reference in New Issue
Block a user