diff options
author | Eric Christopher <echristo@gmail.com> | 2018-07-12 00:01:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2018-07-12 00:01:51 +0000 |
commit | ba4a090a24b89bc7f77423d724c410be7e52c601 (patch) | |
tree | e42dfeda98257d271ab9a5451dc33adb64fd6adc /llvm/test/CodeGen/WebAssembly | |
parent | 9f22752c4b5b2afede1429e299fad0bdc48c02d8 (diff) | |
download | bcm5719-llvm-ba4a090a24b89bc7f77423d724c410be7e52c601.tar.gz bcm5719-llvm-ba4a090a24b89bc7f77423d724c410be7e52c601.zip |
Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests.
llvm-svn: 336870
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/exception.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/exception.ll b/llvm/test/CodeGen/WebAssembly/exception.ll index c5e2975466d..aab054a3a84 100644 --- a/llvm/test/CodeGen/WebAssembly/exception.ll +++ b/llvm/test/CodeGen/WebAssembly/exception.ll @@ -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" |