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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 03:58:50 PDT 2016


ruiu added a comment.

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?


http://reviews.llvm.org/D21890





More information about the llvm-commits mailing list