[PATCH] D43405: [WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 15:40:36 PST 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

But I believe a better way of doing this kind of stuff is to define toString(InputChunk *). toString() function is a common interface to stringize objects to create debug messages.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43405





More information about the llvm-commits mailing list