Fix MSVC 2015 ambiguous symbol warning introduced by rL344337. NFCI.

llvm-svn: 344352
This commit is contained in:
Simon Pilgrim 2018-10-12 15:16:25 +00:00
parent 946fb0517a
commit 0a3bb81974
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
return true;
}
bool Compilation::CleanupFileList(const ArgStringList &Files,
bool Compilation::CleanupFileList(const llvm::opt::ArgStringList &Files,
bool IssueErrors) const {
bool Success = true;
for (const auto &File: Files)