update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1

This commit is contained in:
Andrew Kelley
2021-08-16 23:30:18 -07:00
parent 1b8f0d8b56
commit 92b69215e6
581 changed files with 37738 additions and 24433 deletions

View File

@@ -438,7 +438,7 @@ __libcpp_db::__less_than_comparable(const void* __i, const void* __j) const
__i_node* j = __find_iterator(__j);
__c_node* ci = i != nullptr ? i->__c_ : nullptr;
__c_node* cj = j != nullptr ? j->__c_ : nullptr;
return ci != nullptr && ci == cj;
return ci == cj;
}
void