[compiler-rt] r210989 - Fix building InstrProfilingFile.c on FreeBSD

Viktor Kutuzov vkutuzov at accesssoftek.com
Sun Jun 15 07:01:18 PDT 2014


Author: vkutuzov
Date: Sun Jun 15 09:01:18 2014
New Revision: 210989

URL: http://llvm.org/viewvc/llvm-project?rev=210989&view=rev
Log:
Fix building InstrProfilingFile.c on FreeBSD

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=210989&r1=210988&r2=210989&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingFile.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingFile.c Sun Jun 15 09:01:18 2014
@@ -8,7 +8,6 @@
 \*===----------------------------------------------------------------------===*/
 
 #include "InstrProfiling.h"
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>





More information about the llvm-commits mailing list