[all-commits] [llvm/llvm-project] e9b6d3: [LLDB][PDB] Split `func-symbols.test` between DIA ...

nerix via All-commits all-commits at lists.llvm.org
Tue Oct 21 04:48:01 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9b6d35dc8d9db44bf8f606c778f689f874a8f5c
      https://github.com/llvm/llvm-project/commit/e9b6d35dc8d9db44bf8f606c778f689f874a8f5c
  Author: nerix <nerixdev at outlook.de>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    A lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test
    M lldb/test/Shell/SymbolFile/PDB/func-symbols.test

  Log Message:
  -----------
  [LLDB][PDB] Split `func-symbols.test` between DIA and native (#163733)

The test checks that functions have the correct type assigned. Because
of the differences between the two PDB plugins, I split the test.
DIA creates one named `Type` per function and uses identical UIDs for
`Type` and `Function`, whereas native creates one unnamed type per
signature and has different UIDs.
The native test has the same input and checks the same functions.

I also removed the `target-windows` requirement from the test, since it
only uses `lldb-test`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list