diff options
author | Fangrui Song <i@maskray.me> | 2021-02-07 15:47:10 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-02-07 15:47:10 -0800 |
commit | 980d28d9556a671081719f82aea3de5db4328688 (patch) | |
tree | e1810db2ee694997e6e6a17d1bb2c7679a7f48a0 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | ca268ed28520cbe05e5a9f006cb7b615301a4aa1 (diff) | |
download | llvm-980d28d9556a671081719f82aea3de5db4328688.zip llvm-980d28d9556a671081719f82aea3de5db4328688.tar.gz llvm-980d28d9556a671081719f82aea3de5db4328688.tar.bz2 |
ELFObjectWriter: Don't sort local symbols
GNU as does not sort local symbols. This has several advantages:
* The .symtab order is roughly the symbol occurrence order.
* The closest preceding STT_SECTION symbol is the definition of a local symbol.
* The closest preceding STT_FILE symbol is the defining file of a local symbol, if there are multiple default-version .file directives. (Not implemented in MC.)
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions