[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 11:50:20 PDT 2018
aheejin created this revision.
aheejin added a reviewer: aardappel.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, dschuff.
This shouldn't have been a specific number but rather a regex. This was
a part of https://reviews.llvm.org/rL339474 which got reverted.
Repository:
rL LLVM
https://reviews.llvm.org/D50728
Files:
test/CodeGen/WebAssembly/exception.ll
Index: test/CodeGen/WebAssembly/exception.ll
===================================================================
--- test/CodeGen/WebAssembly/exception.ll
+++ 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.160655.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180814/b4560c78/attachment.bin>
More information about the llvm-commits
mailing list