================
@@ -27,5 +35,22 @@ int main() {
// Let the child node know what its parent is.
p.child.parent = &p;
+ // libstdcpp has different layout depending on the data structure
+ std::atomic<bool> atomic_bool{true};
+ std::atomic<float> atomic_float{3.14};
----------------
Michael137 wrote:
Lets guard these on `__cpp_lib_atomic_float`
https://github.com/llvm/llvm-project/pull/174218
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits