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 6c0ca078e2
commit 0c66a19e9a

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();
}