diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll b/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll index 8283b49cd584f..91fde29ea59e6 100644 --- a/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll +++ b/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll @@ -3,7 +3,7 @@ ; RUN: llc < %s | FileCheck %s --check-prefix=NONE target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown" +target triple = "wasm32-unknown-unknown-wasm" %struct.__jmp_buf_tag = type { [6 x i32], i32, [32 x i32] } |