[llvm] fe6dbe7 - [WebAssembly][test] Fix lower-em-sjlj-indirect-setjmp.ll after D109375

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 00:21:34 PDT 2021


Author: Fangrui Song
Date: 2021-09-08T00:21:30-07:00
New Revision: fe6dbe7e9512ffc8c2c180d389ab1dc8027abba2

URL: https://github.com/llvm/llvm-project/commit/fe6dbe7e9512ffc8c2c180d389ab1dc8027abba2
DIFF: https://github.com/llvm/llvm-project/commit/fe6dbe7e9512ffc8c2c180d389ab1dc8027abba2.diff

LOG: [WebAssembly][test] Fix lower-em-sjlj-indirect-setjmp.ll after D109375

Added: 
    

Modified: 
    llvm/test/CodeGen/WebAssembly/lower-em-sjlj-indirect-setjmp.ll

Removed: 
    


################################################################################
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 c1d6758e08eed..d488bdb6b0b33 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() {


        


More information about the llvm-commits mailing list