[PATCH] D141749: Fixes a lint issue in the i386/ELF JitLink backend

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 23:00:15 PST 2023


chapuni added inline comments.


================
Comment at: llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp:196
+               << "] requires no implicit addend.";
+      });
     }
----------------
If this debug message is useful, you may update.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141749/new/

https://reviews.llvm.org/D141749



More information about the llvm-commits mailing list