Patch implements hierarchies for version scripts.
This allows to handle script files with dependencies, like next one has:
LIBSAMPLE_1.0{ global: a; }; LIBSAMPLE_2.0 { global: b; }LIBSAMPLE_1.0;
Paths
| Differential D21556
[ELF] - Implemented version script hierarchies. ClosedPublic Authored by grimar on Jun 21 2016, 7:44 AM.
Details Summary Patch implements hierarchies for version scripts. LIBSAMPLE_1.0{ global: a; }; LIBSAMPLE_2.0 { global: b; }LIBSAMPLE_1.0;
Diff Detail Event Timelinegrimar updated this object. ruiu edited edge metadata. Comment ActionsLGTM with a few nits.
This revision is now accepted and ready to land.Jun 22 2016, 2:49 AM Comment Actions Ok, thanks !
Closed by commit rL273423: [ELF] - Implemented version script hierarchies. (authored by grimar). · Explain WhyJun 22 2016, 7:47 AM This revision was automatically updated to reflect the committed changes. grimar marked an inline comment as done.
Revision Contents
Diff 61374 ELF/Config.h
ELF/OutputSections.cpp
ELF/SymbolListFile.cpp
test/ELF/verdef-dependency.s
|
Yup, I think this is a better name. I'd move this line after Name since Name is more important.