r212752 - Quick (attempted) fix for non-asserts builds for a test introduced in r212743.
David Blaikie
dblaikie at gmail.com
Thu Jul 10 11:40:54 PDT 2014
Author: dblaikie
Date: Thu Jul 10 13:40:54 2014
New Revision: 212752
URL: http://llvm.org/viewvc/llvm-project?rev=212752&view=rev
Log:
Quick (attempted) fix for non-asserts builds for a test introduced in r212743.
Modified:
cfe/trunk/test/CodeGen/ppc64-align-struct.c
Modified: cfe/trunk/test/CodeGen/ppc64-align-struct.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ppc64-align-struct.c?rev=212752&r1=212751&r2=212752&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ppc64-align-struct.c (original)
+++ cfe/trunk/test/CodeGen/ppc64-align-struct.c Thu Jul 10 13:40:54 2014
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -faltivec -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
+// REQUIRES: asserts
#include <stdarg.h>
More information about the cfe-commits
mailing list