From: Benjamin Kramer Date: Sat, 21 Aug 2010 13:39:38 +0000 (+0000) Subject: Avoid including mm_malloc.h in a cc1 test, it pulls in system headers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e33f4fd373eefe026233b9b3cb83577a407757a;p=clang Avoid including mm_malloc.h in a cc1 test, it pulls in system headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111738 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/vector.c b/test/CodeGen/vector.c index bfce0e4e05..3fa5f1441d 100644 --- a/test/CodeGen/vector.c +++ b/test/CodeGen/vector.c @@ -20,6 +20,8 @@ void test3 ( vec4* a, char b, float c ) { +// Don't include mm_malloc.h, it's system specific. +#define __MM_MALLOC_H #include