[PATCH] D109575: [LNT] Fixed relative addresses parsing in ASM code

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 04:19:57 PDT 2021


kpdev42 added inline comments.


================
Comment at: lnt/server/ui/static/lnt_profile.js:135-136
 CFG.prototype = {
     // The following method will have different implementations depending
     // on the profiler, or kind of profiling input.
-    convertToAddress: function (addressString) {
----------------
thopre wrote:
> Might be worth updating the comment to explain the format it accepts for addressString
Will do, thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109575



More information about the llvm-commits mailing list