]> granicus.if.org Git - clang/commitdiff
Mark ms-inline-asm as xfail on ARM
authorRenato Golin <renato.golin@linaro.org>
Fri, 5 Sep 2014 13:29:23 +0000 (13:29 +0000)
committerRenato Golin <renato.golin@linaro.org>
Fri, 5 Sep 2014 13:29:23 +0000 (13:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217241 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/ms-inline-asm-return.cpp

index f6feca9474af4fce0523f7c144c25982291ab135..1b4a2fcadee9911d9f30c166514466195d92e02e 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 %s -triple i686-pc-windows-msvc -emit-llvm -o - -fasm-blocks | FileCheck %s
+// XFAIL: arm
 
 // Check that we take EAX or EAX:EDX and return it from these functions for MSVC
 // compatibility.