summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-05-29 16:32:52 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-05-29 16:32:52 +0000
commit0666890a33f3cf9e78b116f82ff835e32a6cdb6a (patch)
tree9fe82253f40a073c8c7e50c1c64d5738ecb40855 /test/CodeGen/WebAssembly
parent3259254476a60799b1db80fad8e43e35dd1f3ada (diff)
[wasm] Fix test after r304117.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/WebAssembly')
-rw-r--r--test/CodeGen/WebAssembly/negative-base-reg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/negative-base-reg.ll b/test/CodeGen/WebAssembly/negative-base-reg.ll
index 377966ffa8d..fc3a287f585 100644
--- a/test/CodeGen/WebAssembly/negative-base-reg.ll
+++ b/test/CodeGen/WebAssembly/negative-base-reg.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -asm-verbose=false -verify-machineinstrs -disable-wasm-fallthrough-return-opt | FileCheck %s
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32"
+target triple = "wasm32---elf"
@args = hidden local_unnamed_addr global [32 x i32] zeroinitializer, align 16