hanchenye-llvm-project/lld/lib/ReaderWriter
Shankar Easwaran b6c31f3878 [ELF] Create a map from Reference to Symbol.
In LLD's model, symbol is a property of the node (atom) and not a property of
edge (reference). Prior to this patch, we stored the symbol in the reference.
From post-commit comments, it seemed better to create a map from the reference
to the symbol instead and use this mapping wherever desired.

Address comments from Ruiu/Simon Atanasyan.

llvm-svn: 230273
2015-02-23 22:32:12 +00:00
..
ELF [ELF] Create a map from Reference to Symbol. 2015-02-23 22:32:12 +00:00
MachO [Core,MachO,Test] Remove trailing whitespace. 2015-02-22 23:54:38 +00:00
Native Remove unused parameter. 2015-02-11 23:22:34 +00:00
PECOFF PECOFF: Temporarily add a lock to un-break buildbot. 2015-02-20 23:22:36 +00:00
YAML [Core] Fix handling of Section Groups. 2015-02-22 23:40:58 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
CoreLinkingContext.cpp Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
FileArchive.cpp Add methods to get archive file name from member file. 2015-02-05 22:51:36 +00:00
LinkerScript.cpp LinkerScript: Remove leaks in the parser 2015-02-20 05:10:06 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00