[llvm] [llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLanguage (PR #137223)

Javier Lopez-Gomez via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 4 08:49:49 PDT 2025


================
@@ -407,6 +407,9 @@ class LVScopeCompileUnit final : public LVScope {
   // Toolchain producer.
   size_t ProducerIndex = 0;
 
+  // Source language.
+  LVSourceLanguage SourceLanguage{};
+
----------------
jalopezg-git wrote:

Closing this comment (and a couple others), given that we agreed on keeping `LVSourceLanguage` as the representation.

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


More information about the llvm-commits mailing list