commit | fb320a11376b21339c64199fe177d17137a5487d | [log] [tgz] |
---|---|---|
author | Xinliang David Li <davidxl@google.com> | Fri May 20 05:40:07 2016 +0000 |
committer | Xinliang David Li <davidxl@google.com> | Fri May 20 05:40:07 2016 +0000 |
tree | 9c6ae6826277f0c8d561647b6731b43c4567c891 | |
parent | 690c31f104f3414134cebd6556ee21171c12b8fb [diff] [blame] |
Fix bot failure llvm-svn: 270186
diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c index 5711956..ab98cb8 100644 --- a/compiler-rt/lib/profile/InstrProfilingFile.c +++ b/compiler-rt/lib/profile/InstrProfilingFile.c
@@ -16,8 +16,8 @@ #include <string.h> #ifdef _MSC_VER /* For _alloca */ -#endif #include <malloc.h> +#endif #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))