Michael137 wrote:

> FYI this was failing on Windows because we misplaced the breakpoint and ended 
> up in a recursive loop that when it finally crashed, took forever to 
> backtrace.
> 
> So I've changed the test to use lld on Windows, as it does work if we use 
> DWARF - 
> [95b3fd6](https://github.com/llvm/llvm-project/commit/95b3fd61708ca5472df05b478c291c8d16dc37d5).
>  Anywhere else, any linker can be used.
> 
> I think I'll start doing this whenever I see a DWARF dependent test, instead 
> of making them unsupported. Ideally we'd make all these work with PDB but we 
> simply don't have the time.

Thanks!

Out of curiosity, what's the extra regex in the test for? Why do windows frames 
have extra stuff in there? Even if we specify the `frame-format`

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

Reply via email to