From: Dan Gohman Date: Tue, 8 Sep 2015 13:21:12 +0000 (+0000) Subject: [WebAssembly] Temporarily disable this test, as it depends on additional patches... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57101775007b8e0d2b9df62a1a4e482142f2e42e;p=oota-llvm.git [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 --- 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"