[compiler-rt] DO_NOT_MERGE (PR #66682)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 12:47:26 PDT 2023


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

I am not a fan, I don't think this indirection adds anything.

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


More information about the llvm-commits mailing list