From 57101775007b8e0d2b9df62a1a4e482142f2e42e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Sep 2015 13:21:12 +0000 Subject: [PATCH] [WebAssembly] Temporarily disable this test, as it depends on additional patches that aren't yet checked in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247011 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/WebAssembly/phi.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGen/WebAssembly/phi.ll b/test/CodeGen/WebAssembly/phi.ll index c217cbf3572..13fb5ebc530 100644 --- a/test/CodeGen/WebAssembly/phi.ll +++ b/test/CodeGen/WebAssembly/phi.ll @@ -1,5 +1,8 @@ ; RUN: llc < %s -asm-verbose=false | FileCheck %s +; This test depends on branching support, which is not yet checked in. +; XFAIL: * + ; Test that phis are lowered. target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128" -- 2.34.1