summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2017-02-20 11:12:33 +0000
committerPeter Smith <peter.smith@linaro.org>2017-02-20 11:12:33 +0000
commit55865432b428a80c818e52ce506d8dd98657b1f5 (patch)
tree55555a438d50becc09885bec25f4dbbb3be5c591 /lldb/source/Commands/CommandObjectPlatform.cpp
parente22a79e89810d514bbe43ce8fcc183ae4b2e4d29 (diff)
downloadbcm5719-llvm-55865432b428a80c818e52ce506d8dd98657b1f5.tar.gz
bcm5719-llvm-55865432b428a80c818e52ce506d8dd98657b1f5.zip
[ELF] Allow local symbols to be added after global symbols
This change moves the SymbolBodies with isLocal() == true before the global symbols then calculating NumLocals rather than assuming all locals are added before globals and the first NumLocals have isLocal() == true. This permits Thunks to be moved after the pass that adds global symbols from synthetics to the symbol table. Differential revision: https://reviews.llvm.org/D30085 llvm-svn: 295650
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud