[llvm] [llvm-objdump] Add possibility to verify .note section format (PR #90458)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 00:22:17 PDT 2024
================
@@ -512,11 +512,14 @@ them.
specified format. See `SUPPORTED FORMATS`_ for a list of valid ``<format>``
values.
-.. option:: --verify-note-sections, --no-verify-note-sections
+.. option:: --verify-note-sections
- When adding note sections, verify if the section format is valid. Defaults to
- ``--verify-note-sections``
+ When adding note sections, verify if the section format is valid. This flag is
+ turned on by default for ELF files.
+.. option:: --no-verify-note-sections
----------------
jh7370 wrote:
Options in this file are listed alphabetically within each section.
https://github.com/llvm/llvm-project/pull/90458
More information about the llvm-commits
mailing list