[PATCH] D25973: [tsan] Implement WriteMemoryProfile for Darwin

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 17:51:52 PDT 2016


zaks.anna added inline comments.


================
Comment at: lib/tsan/rtl/tsan_platform_mac.cc:108
 
-void FlushShadowMemory() {
+static void RegionMemUsage(uptr start, uptr end, uptr *res, uptr *dirty) {
+  vm_address_t address = start;
----------------
This is not TSan-specific. Should it go into sanitizer-common?


Repository:
  rL LLVM

https://reviews.llvm.org/D25973





More information about the llvm-commits mailing list