[PATCH] D29041: [tsan] Enable ignore_noninstrumented_modules=1 on Darwin by default

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 07:12:13 PST 2017


dvyukov accepted this revision.
dvyukov added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/tsan/lit.cfg:30
+  # setting, but turn it back on for Darwin tests (see Darwin/lit.local.cfg).
+  default_tsan_opts += ':ignore_noninstrumented_modules=0'
 
----------------
ignore_noninstrumented_modules=0 works because the generic tests use only libc and don't use any darwin-specific libraries, and tsan runtime handles most of the libc functions, right?


Repository:
  rL LLVM

https://reviews.llvm.org/D29041





More information about the llvm-commits mailing list