[PATCH] D36986: [ELF] Handle assignments outside SECTIONS command separately
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 12:08:47 PDT 2017
ruiu added a comment.
This patch is perhaps ok as-is, but I came up with another idea: we may be able to reorder commands so that all outside-sections commands follow sections commands. Then maybe we can just process them in-order. What do you think?
Repository:
rL LLVM
https://reviews.llvm.org/D36986
More information about the llvm-commits
mailing list