[PATCH] D44004: [ELF] - Show data and assignment commands in the map file.

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 09:32:16 PDT 2018


rafael added a comment.

George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

> +  // Concatenates tokens in a [First, Last] into string with Prefix.
>  +  std::string buildCommandString(StringRef Prefix, size_t First, size_t Last);

It is [First, Last), no?

LGTM with that.

Cheers,
Rafael


https://reviews.llvm.org/D44004





More information about the llvm-commits mailing list