[Lldb-commits] [lldb] [lldb][TypeSystemClang] Create VLAs of explicitly 0-size as ConstantArrayType (PR #100710)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 01:00:20 PDT 2024
labath wrote:
> Out of curiosity, what's stopping us from using `lld` on Windows?
It's not the default configuration of clang -- anywhere. The difference is that on linux/elf, the choice of linker has very little impact on the debug info.
https://github.com/llvm/llvm-project/pull/100710
More information about the lldb-commits
mailing list