[llvm-commits] [compiler-rt] r79331 - /compiler-rt/trunk/test/Unit/endianness.h

Edward O'Callaghan eocallaghan at auroraux.org
Tue Aug 18 04:50:23 PDT 2009


Author: evocallaghan
Date: Tue Aug 18 06:50:23 2009
New Revision: 79331

URL: http://llvm.org/viewvc/llvm-project?rev=79331&view=rev
Log:
Fix testsuit build on linux.

Modified:
    compiler-rt/trunk/test/Unit/endianness.h

Modified: compiler-rt/trunk/test/Unit/endianness.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/Unit/endianness.h?rev=79331&r1=79330&r2=79331&view=diff

==============================================================================
--- compiler-rt/trunk/test/Unit/endianness.h (original)
+++ compiler-rt/trunk/test/Unit/endianness.h Tue Aug 18 06:50:23 2009
@@ -72,7 +72,7 @@
 
 /* .. */
 
-#if defined(__Linux__)
+#if defined(__linux__)
 #include <endian.h>
 
 #if __BYTE_ORDER == __BIG_ENDIAN





More information about the llvm-commits mailing list