From: Duncan P. N. Exon Smith Date: Wed, 2 Jul 2014 17:07:03 +0000 (+0000) Subject: XFAIL the test to go with r202189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=292fa1907786cb4b0d11641a5ef34889b012b5b1;p=platform%2Fupstream%2Fllvm.git XFAIL the test to go with r202189 llvm-svn: 212190 --- diff --git a/llvm/test/CodeGen/AArch64/aarch64-address-type-promotion.ll b/llvm/test/CodeGen/AArch64/aarch64-address-type-promotion.ll index ee90d19..1a93000 100644 --- a/llvm/test/CodeGen/AArch64/aarch64-address-type-promotion.ll +++ b/llvm/test/CodeGen/AArch64/aarch64-address-type-promotion.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -o - | FileCheck %s +; XFAIL: * target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32:64" target triple = "arm64-apple-macosx10.9"