[Lldb-commits] [lldb] [lldb] Store proper integer bitwidth in Scalar Type (PR #81451)

Kamlesh Kumar via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 14 03:35:16 PST 2024


kamleshbhalui wrote:

@clayborg @bulbazord 
we have extension in lldb to support cobol code debugging, we require byteswapping there. upstream version of lldb does not do byteswapping on scalar so no problem seen.

https://github.com/llvm/llvm-project/pull/81451


More information about the lldb-commits mailing list