[PATCH] D21745: [ELF] - Implemented --no-undefined-version flag
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 23:34:40 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: ELF/SymbolTable.cpp:537
@@ +536,3 @@
+ if (Config->NoUndefinedVersion)
+ error("version script lists not defined symbol: " + Name);
+ continue;
----------------
Please change the error message to be the same as gold. I think gold's error message is better.
http://reviews.llvm.org/D21745
More information about the llvm-commits
mailing list