[Lldb-commits] [PATCH] D67760: [lldb] Decouple importing the std C++ module from the way the program is compiled

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 10:41:25 PDT 2019


teemperor added a comment.

This patch is *only* for getting the `std` module working on as many projects as possible. The initial plan about using -gmodules and then looking at the imported modules as expressed in DWARF is still what we will do for modules in general (and it will then have precedence over this approach if user's have fully modularized and migrated their projects to `-gmodules`). So clear yes to both of your questions. -gmodules support will be added when I get around to update D61606 <https://reviews.llvm.org/D61606>, but getting this into a state where we can ship it is the priority for now :)


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D67760





More information about the lldb-commits mailing list