[PATCH] D35793: [ELF] - Change way how we handle --noinhibit-exec
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 10:20:59 PDT 2017
ruiu added inline comments.
================
Comment at: lld/trunk/ELF/Config.h:131
bool NoGnuUnique;
+ bool NoinhibitExec;
bool NoUndefinedVersion;
----------------
Sort. In general, please sort in ASCIIbetical order unless there's other local rule there.
Repository:
rL LLVM
https://reviews.llvm.org/D35793
More information about the llvm-commits
mailing list