From: Roman Divacky Date: Mon, 3 Nov 2014 19:50:48 +0000 (+0000) Subject: Require asserts to unbreak the buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2e9988fb1897dc0de3b666647efa0fc9d221658;p=clang Require asserts to unbreak the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221174 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ppc64-varargs-struct.c b/test/CodeGen/ppc64-varargs-struct.c index 7f1e18e914..7723251564 100644 --- a/test/CodeGen/ppc64-varargs-struct.c +++ b/test/CodeGen/ppc64-varargs-struct.c @@ -1,4 +1,5 @@ // REQUIRES: powerpc-registered-target +// REQUIRES: asserts // RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -triple powerpc-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PPC