[PATCH] D21965: [ELF] Initial support for symbol assignment in linker scripts
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 05:05:26 PDT 2016
grimar added a comment.
btw, PROVIDE command implemented in mentioned "[ELF] - Implemented PROVIDE linker script command." (http://reviews.llvm.org/D19190) is
very close to this I think. I would probably combine the PROVIDE tag and such assignments.
But again we need to clarify the design at first.
http://reviews.llvm.org/D21965
More information about the llvm-commits
mailing list