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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 09:31:42 PDT 2018


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


More information about the llvm-commits mailing list