[PATCH] D79200: [DebugInfo] Update loop metadata in stripNonLineTableDebugInfo

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 17:38:34 PDT 2020


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Thanks, this looks great!



================
Comment at: llvm/lib/IR/DebugInfo.cpp:664
+          return remapDebugLoc(&Loc).get();
+        });
       }
----------------
Should we keep a form of the old loop and assert that no other DILocations are hanging off not-yet-handled future metadata?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79200





More information about the llvm-commits mailing list