| commit | 569f0909222e9156c2b1c91e4b135efe2c87f9e3 | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Wed Jan 09 23:05:21 2019 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Wed Jan 09 23:05:21 2019 +0000 |
| tree | 31612a723445d12b8ac8456722f0d05b17908da5 | |
| parent | 2f4df4c986505cd85645e7b54a9f688e72eb2238 [diff] |
[WebAssembly] Print a debug message at the start of each pass Summary: Looks like many passes print its pass description as a debug message at the start of each pass, so added that to (mostly newly added) other passes as well. Reviewers: dschuff Subscribers: jgravelle-google, sbc100, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D56142 llvm-svn: 350771