summaryrefslogtreecommitdiff
path: root/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2008-01-25-ZeroSizedAggregate.c')
-rw-r--r--test/CodeGen/2008-01-25-ZeroSizedAggregate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
index d9059856254f..3ffcc7b0c578 100644
--- a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
+++ b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -emit-llvm -o -
+// REQUIRES: LP64
// Aggregates of size zero should be dropped from argument list.
typedef long int Tlong;