summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/WebAssembly/dbg-declare.ll')
-rw-r--r--llvm/test/DebugInfo/WebAssembly/dbg-declare.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll b/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll
index a1d006b5f05..d6337092b28 100644
--- a/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll
+++ b/llvm/test/DebugInfo/WebAssembly/dbg-declare.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -verify-machineinstrs -mtriple=wasm32-unknown-unknown-wasm | FileCheck %s
-; RUN: llc < %s -verify-machineinstrs -mtriple=wasm32-unknown-unknown-wasm -fast-isel | FileCheck --check-prefix=CHECK-FAST %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=wasm32-unknown-unknown | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=wasm32-unknown-unknown -fast-isel | FileCheck --check-prefix=CHECK-FAST %s
; CHECK: DW_TAG_variable
; CHECK-FAST: DW_TAG_variable
@@ -8,7 +8,7 @@
source_filename = "test/DebugInfo/WebAssembly/dbg-declare.ll"
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unknown-wasm"
+target triple = "wasm32-unknown-unknown"
@key = external global [15 x i8], align 1
OpenPOWER on IntegriCloud