Add sentences clarifying “external” dependencies.

This commit is contained in:
David Ungar
2018-05-30 17:53:29 -07:00
committed by David Ungar
parent 1edc3be648
commit d2e5239b00
2 changed files with 5 additions and 3 deletions

View File

@@ -123,8 +123,9 @@ private:
/// The set of marked nodes.
llvm::SmallPtrSet<const void *, 16> Marked;
/// A list of all "external" dependencies that cannot be resolved just from
/// this dependency graph.
/// A list of all external dependencies that cannot be resolved
/// just from this dependency graph. They must be resolved from definitions
/// outside of this module.
llvm::StringSet<> ExternalDependencies;
/// The interface hash for each node. This determines if the interface of