Try to fix the windows build.

llvm-svn: 183950
This commit is contained in:
Rafael Espindola 2013-06-13 21:38:21 +00:00
parent 1767a73bc8
commit 5f81f48bd4
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static void Cleanup() {
if (FilesToRemove != NULL)
while (!FilesToRemove->empty()) {
sys::Path(FilesToRemove->back()).eraseFromDisk();
llvm::sys::Path(FilesToRemove->back()).eraseFromDisk();
FilesToRemove->pop_back();
}