[PATCH] D24089: Linker script: support VERSION command.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 10:06:58 PDT 2016
ruiu created this revision.
ruiu added a reviewer: grimar.
ruiu added a subscriber: llvm-commits.
VERSION commands define symbol versions. The grammar of the
commnad is as follows
VERSION { version-script-commands }
where version-script-commands is
[ name ] { version-definitions }.
Note that we already support version-script-commands because
it is being used for version script command.
This patch is based on George's patch https://reviews.llvm.org/D23609
https://reviews.llvm.org/D24089
Files:
ELF/LinkerScript.cpp
test/ELF/verdef.s
test/ELF/version-script.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24089.69874.patch
Type: text/x-patch
Size: 4036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/2a19ef54/attachment.bin>
More information about the llvm-commits
mailing list