File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 505
505
;; CHECK-NEXT:
506
506
;; CHECK-NEXT: --symbolmap (alias for print-function-map)
507
507
;; CHECK-NEXT:
508
+ ;; CHECK-NEXT: --table64-lowering lower 64-bit tables 32-bit ones
509
+ ;; CHECK-NEXT:
508
510
;; CHECK-NEXT: --translate-to-exnref translate old Phase 3 EH
509
511
;; CHECK-NEXT: instructions to new ones with
510
512
;; CHECK-NEXT: exnref
Original file line number Diff line number Diff line change 452
452
;; CHECK-NEXT:
453
453
;; CHECK-NEXT: --symbolmap (alias for print-function-map)
454
454
;; CHECK-NEXT:
455
+ ;; CHECK-NEXT: --table64-lowering lower 64-bit tables 32-bit ones
456
+ ;; CHECK-NEXT:
455
457
;; CHECK-NEXT: --translate-to-exnref translate old Phase 3 EH
456
458
;; CHECK-NEXT: instructions to new ones with
457
459
;; CHECK-NEXT: exnref
Original file line number Diff line number Diff line change 4
4
;; RUN: wasm-opt %s -all -o - -S | filecheck %s --check-prefix EXTENDED
5
5
6
6
;; NO-EXTENDED: unexpected false: global init must be constant
7
- ;; NO-EXTENDED: unexpected false: memory segment offset should be constant
8
- ;; NO-EXTENDED: unexpected false: table segment offset should be constant
7
+ ;; NO-EXTENDED: unexpected false: memory segment offset must be constant
8
+ ;; NO-EXTENDED: unexpected false: table segment offset must be constant
9
9
10
10
;; EXTENDED: (import "env" "global" (global $gimport$0 i32))
11
11
;; EXTENDED: (global $1 i32 (i32.add
You can’t perform that action at this time.
0 commit comments