[Lldb-commits] [lldb] [Demangling] Refactor Demangler range tracking (PR #140762)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 06:45:33 PDT 2025


================
@@ -6,7 +6,7 @@ add_lldb_unittest(LLDBCoreTests
   DumpDataExtractorTest.cpp
   DumpRegisterInfoTest.cpp
   FormatEntityTest.cpp
-  MangledTest.cpp
+  ItaniumMangledTest.cpp
----------------
charles-zablit wrote:

The rename was to separate the Swift tests from the Itanium tests. But as you said, it does not make much sense here. I will instead rename the tests to SwiftTests in the Apple fork.

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


More information about the lldb-commits mailing list