[PATCH] D21890: [ELF] - Do not error out when version declaration not found when building executable.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 04:02:22 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D21890#472230, @ruiu wrote:

> I'm sorry but I'm confused with PR28359. The PR looks to me that when (1) you are creating an DSO and (2) if a version string after '@' is not defined in a linker script, then the GNU linker doesn't handle that as an error. It looks it is different from what this patch is trying to address. What am I missing here?




1. PR does not create DSO, just executable.
2. Not defined in version script, because there is no script specified.

Gnu linker does not handle as error when not shared is created in this case.


http://reviews.llvm.org/D21890





More information about the llvm-commits mailing list