[llvm] Add --offoading option to llvm-readobj (PR #143342)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 12 01:56:04 PDT 2025


================
@@ -230,4 +232,15 @@ void ObjDumper::printSectionsAsHex(const object::ObjectFile &Obj,
   }
 }
 
+void ObjDumper::printOffloading(const object::ObjectFile &Obj) {
+
----------------
jh7370 wrote:

Nit: don't start a function with a blank line.

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


More information about the llvm-commits mailing list