This is an archive of the discontinued LLVM Phabricator instance.

Linker script: support VERSION command.
ClosedPublic

Authored by ruiu on Aug 31 2016, 10:06 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 69874.Aug 31 2016, 10:06 AM
ruiu retitled this revision from to Linker script: support VERSION command..
ruiu updated this object.
ruiu added a reviewer: grimar.
ruiu added a subscriber: llvm-commits.
grimar accepted this revision.Aug 31 2016, 11:12 AM
grimar edited edge metadata.

That was really simple. Thanks !

This revision is now accepted and ready to land.Aug 31 2016, 11:12 AM
This revision was automatically updated to reflect the committed changes.