From 0c4d7a1ba5732bc6145eba4acf5d702b4d2d6895 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Wed, 2 Jul 2014 17:07:03 +0000 Subject: [PATCH] XFAIL the test to go with r202189 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212190 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/aarch64-address-type-promotion.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/AArch64/aarch64-address-type-promotion.ll b/test/CodeGen/AArch64/aarch64-address-type-promotion.ll index ee90d199b45..1a93000145f 100644 --- a/test/CodeGen/AArch64/aarch64-address-type-promotion.ll +++ b/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" -- 2.34.1