Skip to content

Commit

Permalink
[WebAssembly][test] Fix lower-em-sjlj-indirect-setjmp.ll after D109375
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Sep 8, 2021
1 parent 981f7d5 commit fe6dbe7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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() {
Expand Down

0 comments on commit fe6dbe7

Please sign in to comment.