mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #60139 from artemcm/AddConstValueExtractionPathHandling
Add supplementary output path handling for extracted compile-time-known values
This commit is contained in:
@@ -105,6 +105,11 @@ std::string CompilerInvocation::getReferenceDependenciesFilePathForPrimary(
|
||||
return getPrimarySpecificPathsForPrimary(filename)
|
||||
.SupplementaryOutputs.ReferenceDependenciesFilePath;
|
||||
}
|
||||
std::string CompilerInvocation::getConstValuesFilePathForPrimary(
|
||||
StringRef filename) const {
|
||||
return getPrimarySpecificPathsForPrimary(filename)
|
||||
.SupplementaryOutputs.ConstValuesOutputPath;
|
||||
}
|
||||
std::string
|
||||
CompilerInvocation::getSerializedDiagnosticsPathForAtMostOnePrimary() const {
|
||||
return getPrimarySpecificPathsForAtMostOnePrimary()
|
||||
|
||||
Reference in New Issue
Block a user