[PATCH] D21745: [ELF] - Implemented --no-undefined-version flag

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 07:05:09 PDT 2016


grimar added inline comments.

================
Comment at: ELF/Options.td:112
@@ +111,3 @@
+def no_undefined_version: F<"no-undefined-version">,
+  HelpText<"Issue error if version script explicitly lists not defined symbol">;
+
----------------
ruiu wrote:
> grimar wrote:
> > ruiu wrote:
> > >   "Report version scripts that refer nonexistent symbols."
> > nonexistent != undefined, but we also report about undefined ones (that is also what gold do).
> > 
> > "Report version scripts that refer non defines symbols." ?
> How about "Report version scripts that refer undefined symbols." Strictly speaking, we may not have an ELF undefined symbol here, but the fact that a symbol is not defined is true.
Ok.


http://reviews.llvm.org/D21745





More information about the llvm-commits mailing list