From 66a99f10ae0f54ae7c5233fe2b8eb393242dd90f Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Wed, 8 Jun 2016 16:21:35 +0000 Subject: [profile] Pass extra build flags (feature enabling macros) to Darwin build Differential Revision: http://reviews.llvm.org/D21119 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@272162 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/profile/InstrProfilingUtil.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/profile/InstrProfilingUtil.c') diff --git a/lib/profile/InstrProfilingUtil.c b/lib/profile/InstrProfilingUtil.c index f97004d41..e87ab7640 100644 --- a/lib/profile/InstrProfilingUtil.c +++ b/lib/profile/InstrProfilingUtil.c @@ -16,9 +16,7 @@ #else #include #include -#if defined(__linux__) #include -#endif #include #include #endif -- cgit v1.2.3