diff options
author | jasonliu <jasonliu.development@gmail.com> | 2019-10-24 15:19:12 +0000 |
---|---|---|
committer | jasonliu <jasonliu.development@gmail.com> | 2019-10-24 15:38:50 +0000 |
commit | 78207e1f234eede120beaf730dfb7bb9d4e00a1b (patch) | |
tree | b63e0584a0d155fa7f28d4e6fb9b518b0cefdf47 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | e5f485c3bd9c719b4d78524a5b18c1d2524b62bf (diff) | |
download | llvm-78207e1f234eede120beaf730dfb7bb9d4e00a1b.zip llvm-78207e1f234eede120beaf730dfb7bb9d4e00a1b.tar.gz llvm-78207e1f234eede120beaf730dfb7bb9d4e00a1b.tar.bz2 |
[NFC][XCOFF][AIX] Serialize object file writing for each CsectGroup
Summary:
Right now we handle each CsectGroup(ProgramCodeCsects, BSSCsects)
individually when assigning indices, writing symbol table, and
writing section raw data. However, there is already a pattern there,
and we could common up those actions for every CsectGroup. This will
make adding new CsectGroup(Read Write data, Read only data, TC/TOC,
mergeable string) easier, and less error prone.
Reviewed by: sfertile, daltenty, DiggerLin
Approved by: daltenty
Differential Revision: https://reviews.llvm.org/D69112
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions