[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c
Evan Cheng
evan.cheng at apple.com
Thu May 3 16:51:08 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests:
2006-01-23-UnionInit.c updated: 1.2 -> 1.3
---
Log message:
Temporarily disable this until we've fixed a FE bug.
---
Diffs of the changes: (+4 -0)
2006-01-23-UnionInit.c | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c
diff -u llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c:1.2 llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c:1.3
--- llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c:1.2 Sat Nov 25 02:51:03 2006
+++ llvm-test/SingleSource/UnitTests/2006-01-23-UnionInit.c Thu May 3 18:50:50 2007
@@ -1,5 +1,9 @@
#include <stdio.h>
+#if defined(__arm__) && defined(__APPLE__)
+#error "Temporarily disabled"
+#endif
+
//===- PR156 --------------------------------------------------------------===//
struct task_struct {
char comm[16];
More information about the llvm-commits
mailing list