summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-02-27 08:26:38 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-02-27 08:26:38 +0000
commita77b963c903e0e686c6ed43fbe650e967ba42bfc (patch)
tree205e68813336218e5ae0a2b0b21910a0a38a39db /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
parentf268cd0aadd218e163dd33d69391c363d35b59ce (diff)
downloadbcm5719-llvm-a77b963c903e0e686c6ed43fbe650e967ba42bfc.tar.gz
bcm5719-llvm-a77b963c903e0e686c6ed43fbe650e967ba42bfc.zip
[ELF] - Fix case of using both --icf and --symbol-ordering-file together.
Imagine that we have sections A, B, C, where A == C and symbol ordering file containing symbols: symC, symB, symA Previously because of ICF it was possible that final order would be B, A or B, C. That violates order specified in ordering file. Patch changes that. Differential revision: https://reviews.llvm.org/D43234 llvm-svn: 326179
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud