[PATCH] D38170: [ELF] - Drop SHF_LINK_ORDER flag from output.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 05:04:30 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D38170#879013, @ruiu wrote:

> If you initialize LinkOrderDep based on SHF_LINK_ORDER, why don't you drop the flag when you initialize it?


Not sure what you mean, I drop the flag in `scanLinkOrder` at line 989, exactly at the point where I initialize LinkOrderDep.


https://reviews.llvm.org/D38170





More information about the llvm-commits mailing list