[Lldb-commits] [lldb] [lldb] Disable warning about codecvt_utf8 deprecation (NFC) (PR #112446)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 16 01:05:34 PDT 2024


labath wrote:

> There was an attempt to remove this (https://reviews.llvm.org/D106035) but this hit some issues on Arch and with column counting which is out of scope for what I'm trying to achieve.

I'm not actually sure the approach in that patch is feasible. Last time I looked at this (which was a long time ago, to be fair), to problem was basically that editline could be built in two modes (wide or not), and we had to do something to match what was being used there.

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


More information about the lldb-commits mailing list