[PATCH] D26162: [tsan] Enable the tsan/libcxx/ testcase(s) on Darwin

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 13:58:06 PDT 2016


dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.

LGTM with a nit



================
Comment at: test/tsan/libcxx/lit.local.cfg:8
 
-if not root.has_libcxx:
+# Only run if we an instrumented libcxx.  On Darwin, run always (we have
+# interceptors to support the system-provided libcxx).
----------------
s/we an/we have an/


Repository:
  rL LLVM

https://reviews.llvm.org/D26162





More information about the llvm-commits mailing list