[llvm] [llvm][Dwarf] Add LanguageDescription API that accounts for version (PR #162048)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 10:54:29 PDT 2025
================
@@ -2276,4 +2276,46 @@ TEST(DWARFDebugInfo, TestDWARF64UnitLength) {
});
}
+TEST(DWARFDebugInfo, TestLanguageDescription_Versioned) {
----------------
dwblaikie wrote:
there's probably some kind of table-based testing approach that might be tidier?
https://github.com/llvm/llvm-project/pull/162048
More information about the llvm-commits
mailing list