diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-11-15 14:58:57 -0800 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-11-18 12:57:39 -0800 |
commit | c941db5b1acdc45fc1c50762684f1014e981abc6 (patch) | |
tree | 375d8ac67b43751f07246395962b2a9bfcbce250 /lldb/packages/Python/lldbsuite/test/python_api/module_section | |
parent | 2492b5a12550f7c4bb428c3761392f2ce47fa269 (diff) | |
download | bcm5719-llvm-c941db5b1acdc45fc1c50762684f1014e981abc6.tar.gz bcm5719-llvm-c941db5b1acdc45fc1c50762684f1014e981abc6.zip |
[macho] Allow CPUSubtype to be adjusted before writing it to a file
Summary:
It's not always possible for a target to provide a MachO CPUSubtype up
front as is required by the current implementation. Sometimes you need more
information like the particular CPU implementation you are targeting.
Give MCMachObjectTargetWriter subclasses the opportunity to modify the
CPUSubtype after the MCMachObjectTargetWriter is created but before the
object starts being written. Typically this would be done in response to
instructions from a TargetStreamer.
Reviewers: pete
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70344
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions