summaryrefslogtreecommitdiff
path: root/test/Unit/int_lib.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-17 10:19:32 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-17 10:19:32 +0000
commitcc75801564d50284d9e6d878cdf92e1b420babf6 (patch)
tree26de5829dfd7021068b69c42d169ec5181c52d77 /test/Unit/int_lib.h
parent48adb329aeb41e07a89a9f0b1341b9a948d47b47 (diff)
downloadcompiler-rt-cc75801564d50284d9e6d878cdf92e1b420babf6.tar.gz
compiler-rt-cc75801564d50284d9e6d878cdf92e1b420babf6.tar.bz2
compiler-rt-cc75801564d50284d9e6d878cdf92e1b420babf6.tar.xz
Comment out broken tests and make the rest build in cmake build system.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@84330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Unit/int_lib.h')
-rw-r--r--test/Unit/int_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Unit/int_lib.h b/test/Unit/int_lib.h
index e5bfd663..e01de1da 100644
--- a/test/Unit/int_lib.h
+++ b/test/Unit/int_lib.h
@@ -45,7 +45,7 @@ typedef union
si_int high;
su_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} dwords;
typedef union
@@ -60,7 +60,7 @@ typedef union
su_int high;
su_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} udwords;
#if __x86_64
@@ -80,7 +80,7 @@ typedef union
di_int high;
du_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} twords;
typedef union
@@ -95,7 +95,7 @@ typedef union
du_int high;
du_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} utwords;
inline