================
@@ -164,12 +167,16 @@ std::error_code BoltAddressTranslation::parse(StringRef 
Buf) {
 
     LLVM_DEBUG(dbgs() << "Parsing " << NumEntries << " entries for 0x"
                       << Twine::utohexstr(Address) << "\n");
+    uint64_t InputOffset = 0, OutputOffset = 0;
----------------
rafaelauler wrote:

Maybe I'm missing something, but I don't understand why are we naming this as 
Offset. Even in BAT.md it is listed as 'address' instead of offset. 

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