[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 05:30:38 PDT 2016
grimar updated this revision to Diff 62486.
grimar added a comment.
- Added logic to error out if linking executable and met symbol with version
that was not specified in script. (If there is no script - no error for executable is produced.)
- Updated testcase.
http://reviews.llvm.org/D21890
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/SymbolTable.cpp
test/ELF/verdef-executable.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21890.62486.patch
Type: text/x-patch
Size: 9236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160701/e2d82ee3/attachment.bin>
More information about the llvm-commits
mailing list