================
@@ -114,9 +114,12 @@ void BoltAddressTranslation::write(const BinaryContext 
&BC, raw_ostream &OS) {
                       << Twine::utohexstr(Address) << ".\n");
     encodeULEB128(Address, OS);
     encodeULEB128(NumEntries, OS);
+    uint64_t InOffset = 0, OutOffset = 0;
----------------
aaupov wrote:

No, these are offsets, BAT.md is incorrect here

https://github.com/llvm/llvm-project/pull/76900
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to