mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
More update for upstream llvm::StringSet API change.
Swift SVN r23428
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
namespace swift {
|
||||
class DependencyFileGenerator : public DependencyTracker {
|
||||
std::vector<std::string> targets;
|
||||
llvm::SetVector<std::string, std::vector<std::string>,
|
||||
llvm::StringSet<>> paths;
|
||||
llvm::SetVector<std::string, std::vector<std::string>> paths;
|
||||
public:
|
||||
virtual void addDependency(StringRef file) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user