diff options
| author | Igor Kudrin <ikudrin@accesssoftek.com> | 2025-01-23 14:27:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 14:27:40 -0800 |
| commit | 9324e6a7a5c5adc5b5c38c3e3cbecd7e1e98876a (patch) | |
| tree | aaad4d1c5e6f3a8fc7d6af98ad467e2cf92b61ab /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp | |
| parent | f5bd623d060051f6f6715c153aa60a577df6f540 (diff) | |
| download | llvm-9324e6a7a5c5adc5b5c38c3e3cbecd7e1e98876a.zip llvm-9324e6a7a5c5adc5b5c38c3e3cbecd7e1e98876a.tar.gz llvm-9324e6a7a5c5adc5b5c38c3e3cbecd7e1e98876a.tar.bz2 | |
[llvm-objcopy][ELF] Add an option to remove notes (#118739)
This adds an option `--remove-note=[name/]type` to selectively delete
notes in ELF files, where `type` is the numeric value of the note type
and `name` is the name of the originator. The name can be omitted, in
which case all notes of the specified type will be removed. For now,
only `SHT_NOTE` sections that are not associated with segments are
handled. The implementation can be extended later as needed.
RFC: https://discourse.llvm.org/t/rfc-llvm-objcopy-feature-for-editing-notes/83491
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
