[llvm] r336870 - Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 17:01:51 PDT 2018


Author: echristo
Date: Wed Jul 11 17:01:51 2018
New Revision: 336870

URL: http://llvm.org/viewvc/llvm-project?rev=336870&view=rev
Log:
Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests.

Modified:
    llvm/trunk/test/CodeGen/WebAssembly/exception.ll

Modified: llvm/trunk/test/CodeGen/WebAssembly/exception.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/exception.ll?rev=336870&r1=336869&r2=336870&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/exception.ll (original)
+++ llvm/trunk/test/CodeGen/WebAssembly/exception.ll Wed Jul 11 17:01:51 2018
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -exception-model=wasm | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -exception-model=wasm | FileCheck -allow-deprecated-dag-overlap %s
 
 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
 target triple = "wasm32-unknown-unknown"




More information about the llvm-commits mailing list