From 867fa236e359d6f14a43d71a4526830500175057 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 14 Mar 2014 12:42:41 +0000 Subject: [PATCH] clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203920 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/aarch64-varargs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGen/aarch64-varargs.c b/test/CodeGen/aarch64-varargs.c index 11226855ca..d377529546 100644 --- a/test/CodeGen/aarch64-varargs.c +++ b/test/CodeGen/aarch64-varargs.c @@ -1,6 +1,9 @@ // RUN: %clang_cc1 -triple aarch64 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK --check-prefix=CHECK-LE %s // RUN: %clang_cc1 -triple aarch64_be -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s +// FIXME: Update this to work regardless of assertions. +// REQUIRES: asserts + #include // Obviously there's more than one way to implement va_arg. This test should at -- 2.40.0