diff options
author | Sylvain Audi <sylvain.audi@ubisoft.com> | 2020-03-23 17:06:48 -0400 |
---|---|---|
committer | Sylvain Audi <sylvain.audi@ubisoft.com> | 2020-03-24 09:48:00 -0400 |
commit | b91905a26378f03c9b56126207771829d89cdcb7 (patch) | |
tree | df582391e825156c43c82d53be651e6d5fcd7a4f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
parent | 177dd63c8d742250dac6ea365e7c30f0fbab3257 (diff) | |
download | llvm-b91905a26378f03c9b56126207771829d89cdcb7.zip llvm-b91905a26378f03c9b56126207771829d89cdcb7.tar.gz llvm-b91905a26378f03c9b56126207771829d89cdcb7.tar.bz2 |
[lld-link] Support /map option, matching link.exe 's /map output format
Added support for /map and /map:[filepath].
The output was derived from Microsoft's Link.exe output when using that same option.
Note that /MAPINFO support was not added.
The previous implementation of MapFile.cpp/.h was meant for /lldmap, and was renamed to LLDMapFile.cpp/.h
MapFile.cpp/.h is now for /MAP
However, a small fix was added to lldmap, replacing a std::sort with std::stable_sort to enforce reproducibility.
Differential Revision: https://reviews.llvm.org/D70557
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions