[PATCH] D45434: [ELF] - Eliminate AssertCommand.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 04:14:38 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D45434#1077174, @espindola wrote:

> LGTM


It turns out there was one `readAssignment` already. Not sure how that happened when I posted the patch :/
I'll rename the original `readAssignment` to `readSymbolAssignment`  as `readAssignment` introduced in this patch is a wider thing.


https://reviews.llvm.org/D45434





More information about the llvm-commits mailing list