[llvm] [llvm][Dwarf] Add LanguageDescription API that accounts for version (PR #162048)
    David Blaikie via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  8 10:51:53 PDT 2025
    
    
  
================
@@ -2276,4 +2276,46 @@ TEST(DWARFDebugInfo, TestDWARF64UnitLength) {
   });
 }
 
+TEST(DWARFDebugInfo, TestLanguageDescription_Versioned) {
----------------
dwblaikie wrote:
Not sure I follow.
What I was picturing was a gunit TEST_P (see, for example, DumpValueFixture in llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp)
https://github.com/llvm/llvm-project/pull/162048
    
    
More information about the llvm-commits
mailing list