================
@@ -82,6 +76,8 @@ DebugLoc DebugLoc::getFnDebugLoc() const {
return DebugLoc();
}
+MDNode *DebugLoc::getAsMDNode() const { return Loc; }
----------------
nikic wrote:Why is this out of line now? https://github.com/llvm/llvm-project/pull/200649 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
