[compiler-rt] DO_NOT_MERGE (PR #66682)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 10:52:44 PDT 2023


================
@@ -427,6 +436,9 @@ class BaseReport {
     bool is_allocated = false;
   };
 
+  void CopyShadow();
----------------
fmayer wrote:

Should we do the same as with `CopyAllocations`, i.e. return and assign?

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


More information about the llvm-commits mailing list