[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.
----------------
jh7370 wrote:

The second sentence here can be shortened to simply "On by default."

https://github.com/llvm/llvm-project/pull/90458


More information about the llvm-commits mailing list