[llvm] Add --dump-offload-bundle option to llvm-objcopy (PR #143347)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 13 01:09:22 PDT 2025
================
@@ -51,6 +51,11 @@ parseBitcodeStripOptions(ArrayRef<const char *> ArgsArr,
Expected<DriverConfig>
parseStripOptions(ArrayRef<const char *> ArgsArr,
llvm::function_ref<Error(Error)> ErrorCallback);
+
+// parseDumpURI reads a URI as a string, and extracts the raw memory into a
+// code object file named from the URI string given
----------------
jh7370 wrote:
- Comment uses wrong function name
- Missing full stop
- I think correct grammar would be no comma before "and".
https://github.com/llvm/llvm-project/pull/143347
More information about the llvm-commits
mailing list