Nerixyz wrote:

> [said](https://github.com/llvm/llvm-project/pull/113647#issuecomment-2437105652)
>  that without DIA a bunch of NativePDB files started failing

Hmm, I can't reproduce that when compiling with `-DLLVM_ENABLE_DIA_SDK=Off` and 
running the NativePDB tests here (they all pass for me). There are still PDB 
tests that will fail with the native plugin (even when the symbol file name is 
adjusted). My idea was to get these failing tests to pass with the native 
plugin first. The first part is type/function lookup through namespaces, not 
sure what else is missing. iirc, there was also something with globals not 
being created in namespaces.

https://github.com/llvm/llvm-project/pull/151490
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to