]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 14 Mar 2014 12:42:41 +0000 (12:42 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 14 Mar 2014 12:42:41 +0000 (12:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203920 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-varargs.c

index 11226855ca10d44e1b7e65d105db879bf9544819..d377529546761a692e54c5aa0914304d17183fc4 100644 (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