File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 762762;; CHECK-NEXT:
763763;; CHECK-NEXT: --disable-multimemory Disable multimemory
764764;; CHECK-NEXT:
765- ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
765+ ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
766766;; CHECK-NEXT:
767- ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
767+ ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
768768;; CHECK-NEXT:
769769;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
770770;; CHECK-NEXT:
Original file line number Diff line number Diff line change 771771;; CHECK-NEXT:
772772;; CHECK-NEXT: --disable-multimemory Disable multimemory
773773;; CHECK-NEXT:
774- ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
774+ ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
775775;; CHECK-NEXT:
776- ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
776+ ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
777777;; CHECK-NEXT:
778778;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
779779;; CHECK-NEXT:
Original file line number Diff line number Diff line change 725725;; CHECK-NEXT:
726726;; CHECK-NEXT: --disable-multimemory Disable multimemory
727727;; CHECK-NEXT:
728- ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
728+ ;; CHECK-NEXT: --enable-stack-switching Enable stack switching
729729;; CHECK-NEXT:
730- ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
730+ ;; CHECK-NEXT: --disable-stack-switching Disable stack switching
731731;; CHECK-NEXT:
732732;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
733733;; CHECK-NEXT:
Original file line number Diff line number Diff line change 16311631;; A struct with a pop, which requires EH fixups to avoid popping in a nested
16321632;; block.
16331633(module
1634- (type $i32 (func (param i32 )))
1635-
16361634 ;; CHECK: (rec
16371635 ;; CHECK-NEXT: (type $struct (struct))
1638- (type $struct (struct (field (mut i32 ))))
16391636
16401637 ;; CHECK: (type $1 (func))
16411638
16421639 ;; CHECK: (type $i32 (func (param i32)))
1640+ (type $i32 (func (param i32 )))
1641+
1642+ (type $struct (struct (field (mut i32 ))))
16431643
16441644 ;; CHECK: (tag $tag (type $i32) (param i32))
16451645 (tag $tag (type $i32 ) (param i32 ))
You can’t perform that action at this time.
0 commit comments