[PATCH] D54070: [WebAssembly] Update test cases after FixFunctionBitcasts

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 01:41:51 PST 2018


aheejin abandoned this revision.
aheejin added a comment.

I wasn't planning on regenerating test binaries every time; the reason I did this patch was, after I incorrectly changed section numbers (by making the event section 7 and shifting all later sections by 1), I had to regenerate test binaries, and accidentally all these FixFunctionBitCast changes were included in that CL. Anyway, after I reassigned the correct section number (12) to the event section, I don't need to update binary tests anymore there so I don't need this CL either. Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D54070





More information about the llvm-commits mailing list