[PATCH] D22589: [ELF] - Introduce output section description class for holding section command
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 14:29:25 PDT 2016
grimar added a comment.
Probably
struct AssignmentDescription {
StringRef Symbol;
std::vector<StringRef> Expr;
};
As location counter is also a special symbol name.
(https://sourceware.org/binutils/docs/ld/Simple-Assignments.html#Simple-Assignments)
https://reviews.llvm.org/D22589
More information about the llvm-commits
mailing list