From 9d6be45d6f36c075acbc1a5c3d40b52cc0cddb92 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 10 Jul 2014 18:40:54 +0000 Subject: [PATCH] Quick (attempted) fix for non-asserts builds for a test introduced in r212743. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212752 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ppc64-align-struct.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/ppc64-align-struct.c b/test/CodeGen/ppc64-align-struct.c index 272809f07c..6ff9175014 100644 --- a/test/CodeGen/ppc64-align-struct.c +++ b/test/CodeGen/ppc64-align-struct.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -faltivec -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s +// REQUIRES: asserts #include -- 2.50.1