[PATCH] D26888: [ELF] - Implemented -N.

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 10:49:20 PST 2016


emaste added a comment.

> Please update the commit message to say that you are implementing --omagic (I don't remember what -N is, and I guess that's true for most people.)

One interesting aspect of this change in LLD is that the attribute responsible for its name (that is, the magic number) is not relevant for ELF and doesn't offer any immediate clue as to how LLD's output will change under the option. But it's much easier to find useful information in a search for "--omagic" compared to "-N". In an eventual LLD man page we'll presumably need a note explaining that the long form of the option comes from a pre-ELF object file format.


https://reviews.llvm.org/D26888





More information about the llvm-commits mailing list