[llvm] Add --offoading option to llvm-readobj (PR #143342)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 00:25:37 PDT 2025
================
@@ -138,6 +138,7 @@ static bool Notes;
static bool ProgramHeaders;
static bool SectionGroups;
static bool VersionInfo;
+static bool Offloading;
----------------
jh7370 wrote:
Nit: this list is the wrong list to add this option, as it's the ELF-specific ones (according to the comment). It should be the list above (and in alphabetical order).
https://github.com/llvm/llvm-project/pull/143342
More information about the llvm-commits
mailing list