[llvm] Add --dump-offload-bundle option to llvm-objcopy (PR #143347)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 23:54:45 PDT 2025


================
@@ -1551,17 +1581,14 @@ objcopy::parseStripOptions(ArrayRef<const char *> RawArgsArr,
   std::copy(DashDash, RawArgsArr.end(), std::back_inserter(Positional));
 
   if (Positional.empty())
-    return createStringError(errc::invalid_argument, "no input file specified");
+    return createStringError(errc::invalid_argument,
----------------
jh7370 wrote:

Here and elsewhere, the formatting has changed and is probably now not correctly clang-formatted.

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


More information about the llvm-commits mailing list