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

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 08:00:47 PDT 2025


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

is this what you had in mind @dwblaikie ? https://github.com/llvm/llvm-project/pull/162863

It actually found a version code bug :)

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


More information about the llvm-commits mailing list