[cfe-commits] r111738 - /cfe/trunk/test/CodeGen/vector.c

Benjamin Kramer benny.kra at googlemail.com
Sat Aug 21 06:39:38 PDT 2010


Author: d0k
Date: Sat Aug 21 08:39:38 2010
New Revision: 111738

URL: http://llvm.org/viewvc/llvm-project?rev=111738&view=rev
Log:
Avoid including mm_malloc.h in a cc1 test, it pulls in system headers.

Modified:
    cfe/trunk/test/CodeGen/vector.c

Modified: cfe/trunk/test/CodeGen/vector.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/vector.c?rev=111738&r1=111737&r2=111738&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/vector.c (original)
+++ cfe/trunk/test/CodeGen/vector.c Sat Aug 21 08:39:38 2010
@@ -20,6 +20,8 @@
 
 
 
+// Don't include mm_malloc.h, it's system specific.
+#define __MM_MALLOC_H
 
 #include <mmintrin.h>
 





More information about the cfe-commits mailing list