Update the comment for system_temp_directory() to indicate when it
[oota-llvm.git] / lib / Support / PathV2.cpp
index 4d969fe25f96284def9ac4bbce0c520a504d54e2..b7dfe4f9a5f17932e12378f4c432ed818a001bf3 100644 (file)
@@ -510,7 +510,7 @@ void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result) {
   const char *DefaultResult;
 #ifdef LLVM_ON_WIN32
   (void)erasedOnReboot;
-  DefaultResult = "C:\TEMP";
+  DefaultResult = "C:\\TEMP";
 #else
   if (erasedOnReboot)
     DefaultResult = "/tmp";