[libcxx-commits] [PATCH] D56913: decoupling Freestanding atomic<T> from libatomic.a

Olivier Giroux via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 4 11:10:17 PST 2019


__simt__ added a comment.

In D56913#1417172 <https://reviews.llvm.org/D56913#1417172>, @davide wrote:

> This commit broke the atomic lldb data formatter.
>
> http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/21037/
>
> @shafik @jingham


It looks like LLDB is naming internal names here. Unfortunately, it now needs to learn the new names. On the plus side, there is now a single stable internal name for all compilation paths for this header, whereas it used to differ. So the final result ought to be seen as an improvement.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56913





More information about the libcxx-commits mailing list