[llvm] Add --offoading option to llvm-readobj (PR #143342)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 01:43:10 PDT 2025
================
@@ -161,7 +161,7 @@ struct OffloadBundleURI {
OffsetStr.getAsInteger(10, O);
Str = Str.drop_front(OffsetStr.size());
- if (Str.consume_front("&size="))
+ if (!Str.consume_front("&size="))
----------------
jh7370 wrote:
Just to clarify, is this a bug fix that this patch exposed?
https://github.com/llvm/llvm-project/pull/143342
More information about the llvm-commits
mailing list