[llvm] [llvm][Dwarf] Add LanguageDescription API that accounts for version (PR #162048)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 16:16:02 PDT 2025


================
@@ -2276,4 +2276,46 @@ TEST(DWARFDebugInfo, TestDWARF64UnitLength) {
   });
 }
 
+TEST(DWARFDebugInfo, TestLanguageDescription_Versioned) {
----------------
Michael137 wrote:

Oh I see what you mean. Yea we can make it a parameterized test for sure

Will do in a follow-up!

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


More information about the llvm-commits mailing list