[compiler-rt] DO_NOT_MERGE (PR #66682)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 19:23:56 PDT 2023


================
@@ -585,6 +585,13 @@ void BaseReport::PrintAddressDescription() const {
         untagged_addr - heap.begin, d.Default());
   }
 
+  auto announce_by_id = [](u32 thread_id) {
----------------
vitalybuka wrote:

we used it twice
so either repeat or indirection

https://github.com/llvm/llvm-project/pull/66682


More information about the llvm-commits mailing list