[PATCH] D18431: [tsan] Use direct syscalls for internal_mmap and internal_munmap on OS X

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 06:26:49 PDT 2016


kubabrecka added inline comments.

================
Comment at: compiler-rt/trunk/test/tsan/Darwin/malloc-stack-logging.cc:1
@@ +1,2 @@
+// RUN: %clangxx_tsan -O1 %s -o %t
+// RUN: MallocStackLogging=1 %run %t 2>&1 | FileCheck %s
----------------
glider wrote:
> It's not clear from the test case what it is testing.
Added a comment in r264271.


Repository:
  rL LLVM

http://reviews.llvm.org/D18431





More information about the llvm-commits mailing list