Fix ReferencedNameTracker in preparation for batch mode.

This commit is contained in:
David Ungar
2018-02-10 21:08:58 -08:00
parent e7ba87f613
commit 488db9fb9b
14 changed files with 113 additions and 114 deletions

View File

@@ -275,8 +275,8 @@ public:
InputsAndOutputs.hasSingleInput();
}
PrimarySpecificPaths getPrimarySpecificPathsForAtMostOnePrimary();
PrimarySpecificPaths getPrimarySpecificPathsForPrimary(StringRef);
PrimarySpecificPaths getPrimarySpecificPathsForAtMostOnePrimary() const;
PrimarySpecificPaths getPrimarySpecificPathsForPrimary(StringRef) const;
private:
static bool canActionEmitDependencies(ActionType);