From fe6dbe7e9512ffc8c2c180d389ab1dc8027abba2 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 8 Sep 2021 00:21:30 -0700 Subject: [PATCH] [WebAssembly][test] Fix lower-em-sjlj-indirect-setjmp.ll after D109375 --- llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll b/llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll index c1d6758..d488bdb 100644 --- a/llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll +++ b/llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll @@ -6,7 +6,7 @@ target triple = "wasm32-unknown-unknown" %struct.__jmp_buf_tag = type { [6 x i32], i32, [32 x i32] } -; CHECK: LLVM ERROR: Does not support indirect uses of setjmp +; CHECK: LLVM ERROR: Indirect use of setjmp is not supported @setjmp_fp = global i32 (%struct.__jmp_buf_tag*)* @setjmp, align 4 define void @indirect_setjmp_call() { -- 2.7.4