[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
Thu Jun 30 04:36:14 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: emaste, grimar, llvm-commits.

When building executable usually version script is absent.
Before this patch error was shown in this case,
that is PR28359. Instead of error out patch allows
to create new version declaration in this case and use it.
It looks like gnu linkers do the same and this
behavior seems logical and correct to me.

http://reviews.llvm.org/D21890

Files:
  ELF/SymbolTable.cpp
  test/ELF/verdef-executable.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21890.62350.patch
Type: text/x-patch
Size: 7991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160630/f7b171e5/attachment.bin>


More information about the llvm-commits mailing list