[PATCH] D50728: [WebAssembly] Delete a specific push number from test expectations

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 15:15:43 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL339736: [WebAssembly] Delete a specific push number from test expectations (authored by aheejin, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D50728

Files:
  llvm/trunk/test/CodeGen/WebAssembly/exception.ll


Index: llvm/trunk/test/CodeGen/WebAssembly/exception.ll
===================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/exception.ll
+++ llvm/trunk/test/CodeGen/WebAssembly/exception.ll
@@ -60,7 +60,7 @@
 ; CHECK-LABEL: test_cleanup:
 ; CHECK:   call      foo at FUNCTION
 ; CHECK:   catch_all
-; CHECK:   i32.call  $push20=, _ZN7CleanupD1Ev at FUNCTION
+; CHECK:   i32.call  $push{{.+}}=, _ZN7CleanupD1Ev at FUNCTION
 ; CHECK:   rethrow
 define void @test_cleanup() personality i8* bitcast (i32 (...)* @__gxx_wasm_personality_v0 to i8*) {
 entry:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50728.160704.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180814/e972e46c/attachment.bin>


More information about the llvm-commits mailing list