[compiler-rt] r270186 - Fix bot failure

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 22:40:07 PDT 2016


Author: davidxl
Date: Fri May 20 00:40:07 2016
New Revision: 270186

URL: http://llvm.org/viewvc/llvm-project?rev=270186&view=rev
Log:
Fix bot failure

Modified:
    compiler-rt/trunk/lib/profile/InstrProfilingFile.c

Modified: compiler-rt/trunk/lib/profile/InstrProfilingFile.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingFile.c?rev=270186&r1=270185&r2=270186&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingFile.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingFile.c Fri May 20 00:40:07 2016
@@ -16,8 +16,8 @@
 #include <string.h>
 #ifdef _MSC_VER
 /* For _alloca */
-#endif
 #include <malloc.h>
+#endif
 
 
 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))




More information about the llvm-commits mailing list