[PATCH] D51182: [WebAssembly] Added default stack-only instruction mode for MC.
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 23 14:13:48 PDT 2018
aheejin added inline comments.
================
Comment at: test/CodeGen/WebAssembly/exception.ll:63
; CHECK: catch_all
-; CHECK: i32.call $push20=, _ZN7CleanupD1Ev at FUNCTION
+; CHECK: i32.call $push{{.+}}=, _ZN7CleanupD1Ev at FUNCTION
; CHECK: rethrow
----------------
Fixed separately in rL339736.
Repository:
rL LLVM
https://reviews.llvm.org/D51182
More information about the llvm-commits
mailing list