diff options
| author | Renato Golin <renato.golin@linaro.org> | 2014-09-05 13:29:23 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2014-09-05 13:29:23 +0000 |
| commit | 65336d0a82cde4a01618c7b9f35b54389832d213 (patch) | |
| tree | 878d980f0231276faa1325c8126553f90a185eaa | |
| parent | 19cbf0e2c4076a8e31c0b9ddc25cf45e65c76b92 (diff) | |
| download | bcm5719-llvm-65336d0a82cde4a01618c7b9f35b54389832d213.tar.gz bcm5719-llvm-65336d0a82cde4a01618c7b9f35b54389832d213.zip | |
Mark ms-inline-asm as xfail on ARM
llvm-svn: 217241
| -rw-r--r-- | clang/test/CodeGenCXX/ms-inline-asm-return.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/ms-inline-asm-return.cpp b/clang/test/CodeGenCXX/ms-inline-asm-return.cpp index f6feca9474a..1b4a2fcadee 100644 --- a/clang/test/CodeGenCXX/ms-inline-asm-return.cpp +++ b/clang/test/CodeGenCXX/ms-inline-asm-return.cpp @@ -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. |

