[PATCH] D35793: [ELF] - Change way how we handle --noinhibit-exec

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 11:24:59 PDT 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

Yes, this looks fine. LGTM



================
Comment at: ELF/Driver.cpp:646-648
   Config->NoGnuUnique = Args.hasArg(OPT_no_gnu_unique);
+  Config->NoinhibitExec = Args.hasArg(OPT_noinhibit_exec);
   Config->NoUndefinedVersion = Args.hasArg(OPT_no_undefined_version);
----------------
Sort



https://reviews.llvm.org/D35793





More information about the llvm-commits mailing list