From: Rafael Espindola Date: Thu, 13 Jun 2013 21:38:21 +0000 (+0000) Subject: Try to fix the windows build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=26d36ab0ccaad16044f40dc44650ede2d78adf4f;p=oota-llvm.git Try to fix the windows build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183950 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Signals.inc b/lib/Support/Windows/Signals.inc index ec597e91580..6e8f94c6bf8 100644 --- a/lib/Support/Windows/Signals.inc +++ b/lib/Support/Windows/Signals.inc @@ -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(); }