clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now.

llvm-svn: 203920
This commit is contained in:
NAKAMURA Takumi 2014-03-14 12:42:41 +00:00
parent a964ec1f14
commit 3554912129
1 changed files with 3 additions and 0 deletions

View File

@ -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 <stdarg.h>
// Obviously there's more than one way to implement va_arg. This test should at