[PATCH] D135583: [LLVM] Use DWARFv4 bitfields when tuning for GDB
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 09:02:20 PDT 2022
DavidSpickett added a comment.
> What minimum compiler we require for building clang is a pretty different question than the one we're dealing with here.
Maybe I can clarify. I was thinking that if someone's `gcc` is 7.x then their `gdb` is likely 7.x as well. If they try to debug a binary produced with the clang they just built, they will likely reach for `gdb` not `lldb`. So that's why there's a link there.
But anyway you are correct it's not the main concern here. I will check the DWARF gcc produces across versions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135583/new/
https://reviews.llvm.org/D135583
More information about the llvm-commits
mailing list