[cfe-commits] r166064 - /cfe/trunk/test/CodeGen/arm-abi-vector.c
Manman Ren
mren at apple.com
Tue Oct 16 15:02:26 PDT 2012
Author: mren
Date: Tue Oct 16 17:02:26 2012
New Revision: 166064
URL: http://llvm.org/viewvc/llvm-project?rev=166064&view=rev
Log:
XFAIL this testing case to recover buildbot
Modified:
cfe/trunk/test/CodeGen/arm-abi-vector.c
Modified: cfe/trunk/test/CodeGen/arm-abi-vector.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/arm-abi-vector.c?rev=166064&r1=166063&r2=166064&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/arm-abi-vector.c (original)
+++ cfe/trunk/test/CodeGen/arm-abi-vector.c Tue Oct 16 17:02:26 2012
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -triple armv7-apple-darwin -target-abi aapcs -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple armv7-apple-darwin -target-abi apcs-gnu -emit-llvm -o - %s | FileCheck -check-prefix=APCS-GNU %s
+// XFAIL: *
#include <stdarg.h>
More information about the cfe-commits
mailing list