Nerixyz wrote:

I made it opt-in now. A test can set `TEST_WITH_PDB_DEBUG_INFO = True`. 
Unfortunately, all STL tests currently fail. Most of this is because the 
demangled name in the native PDB parser has spaces at different positions than 
the DIA parser which I used before.

I'm not sure if it's possible to test both the native parser _and_ the DIA one, 
since they're selected by an environment variable.

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

Reply via email to