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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 07:02:57 PDT 2016


ruiu 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">;
+
----------------
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.


http://reviews.llvm.org/D21745





More information about the llvm-commits mailing list