[llvm] Add --dump-offload-bundle option to llvm-objcopy (PR #143347)
David Salinas via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 13:01:19 PDT 2025
================
@@ -132,6 +132,8 @@ struct OffloadBundleURI {
switch (Type) {
case FILE_URI:
return createFileURI(Str);
+ // if (Expected<std::unique_ptr<OffloadBundleURI>> URIOrErr = createFileURI(Str))
----------------
david-salinas wrote:
ignore this. Leftover from dev work. Will remove in a new patch.
https://github.com/llvm/llvm-project/pull/143347
More information about the llvm-commits
mailing list