[PATCH] D136188: Update docs for -fuse-ctor-homing

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 13:52:06 PDT 2022


dblaikie added a comment.

In D136188#3866385 <https://reviews.llvm.org/D136188#3866385>, @akhuang wrote:

> Actually, maybe I should add some of this info to the -fstandalone-debug section.

Ah, sure, if you like.

At some point I think I/someone should write a full ramble about DWARF type homing in general - I've explained it more than a few times (most often when people hit the "I can't print out a std::string because gdb says something about being unable to find _Rep" - and then after a long-winded explanation/justification, comes down to telling them to install the -dbg or -dev package for libstdc++, basically).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136188/new/

https://reviews.llvm.org/D136188



More information about the cfe-commits mailing list