mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ModuleObjCTrace/CAS: compute objc trace file paths via the canoical supplementary output paths computation
CAS support in compiler relies on supplementary paths to decide the mapping between input and output files. Therefore, we have to compute the paths of the module ObjC trace files in this canonical place to have CAS support for this newly added ObjC message trace files.
This commit is contained in:
@@ -133,6 +133,9 @@ public:
|
||||
StringRef getLoadedModuleTracePath() const {
|
||||
return getPrimarySpecificPaths().SupplementaryOutputs.LoadedModuleTracePath;
|
||||
}
|
||||
StringRef getModuleObjCTracePath() const {
|
||||
return getPrimarySpecificPaths().SupplementaryOutputs.ModuleObjCTracePath;
|
||||
}
|
||||
StringRef getSerializedDiagnosticsPath() const {
|
||||
return getPrimarySpecificPaths().SupplementaryOutputs
|
||||
.SerializedDiagnosticsPath;
|
||||
|
||||
Reference in New Issue
Block a user