OSDN Git Service

Remove malloc.h include from Intel JIT events code
authorReid Kleckner <rnk@google.com>
Tue, 12 Jun 2018 21:15:27 +0000 (21:15 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 12 Jun 2018 21:15:27 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334547 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/IntelJITEvents/jitprofiling.c

index f2d36a7..bc8fea1 100644 (file)
@@ -26,7 +26,6 @@
 #include <pthread.h>
 #include <stdint.h>
 #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
-#include <malloc.h>
 #include <stdlib.h>
 
 #include "jitprofiling.h"