Alias symbols are SimpleDefinedAtoms and are platform neutral. They
don't have to belong ELF. This patch is to make it available to all
platforms. No functionality change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D3862
Move alias symbols from ELFLinkingContext to LinkingContext. ClosedPublic Authored by ruiu on May 21 2014, 6:00 PM.
Details Summary Alias symbols are SimpleDefinedAtoms and are platform neutral. They
Diff Detail
Event Timelineruiu updated this object. This revision is now accepted and ready to land.May 22 2014, 12:00 AM
Revision Contents
Diff 9717 lld/trunk/include/lld/Core/LinkingContext.h
lld/trunk/include/lld/ReaderWriter/Alias.h
lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h
lld/trunk/lib/Core/LinkingContext.cpp
lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp
|