mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix ReferencedNameTracker in preparation for batch mode.
This commit is contained in:
@@ -397,13 +397,13 @@ bool FrontendInputsAndOutputs::hasDependencyTrackerPath() const {
|
||||
hasLoadedModuleTracePath();
|
||||
}
|
||||
|
||||
PrimarySpecificPaths &
|
||||
FrontendInputsAndOutputs::getPrimarySpecificPathsForAtMostOnePrimary() {
|
||||
PrimarySpecificPaths
|
||||
FrontendInputsAndOutputs::getPrimarySpecificPathsForAtMostOnePrimary() const {
|
||||
return PrimarySpecificPathsForAtMostOnePrimary;
|
||||
}
|
||||
|
||||
PrimarySpecificPaths &
|
||||
PrimarySpecificPaths
|
||||
FrontendInputsAndOutputs::getPrimarySpecificPathsForPrimary(
|
||||
StringRef filename) {
|
||||
StringRef filename) const {
|
||||
return getPrimarySpecificPathsForAtMostOnePrimary(); // just a stub for now
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user