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

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 05:00:56 PDT 2016


glider 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
----------------
It's not clear from the test case what it is testing.


Repository:
  rL LLVM

http://reviews.llvm.org/D18431





More information about the llvm-commits mailing list