[clang] [llvm] Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)" (PR #165032)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 12:09:56 PST 2025


================
@@ -703,13 +727,41 @@ class MetadataLoader::MetadataLoaderImpl {
     return Error::success();
   }
 
-  void upgradeDebugInfo(bool ModuleLevel) {
+  /// Specifies which kind of debug info upgrade should be performed.
----------------
dwblaikie wrote:

Maybe there could be some more details in this comment about why there are different kinds of debug info upgrade?

https://github.com/llvm/llvm-project/pull/165032


More information about the llvm-commits mailing list