[PATCH] D14698: [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 01:16:25 PST 2015


kubabrecka updated this revision to Diff 40611.
kubabrecka added a comment.

Updating patch to use a colon as option delimiter.


http://reviews.llvm.org/D14698

Files:
  test/tsan/Darwin/symbolizer-atos.cc
  test/tsan/Darwin/symbolizer-dladdr.cc
  test/tsan/allocator_returns_null.cc
  test/tsan/deadlock_detector_stress_test.cc
  test/tsan/fork_atexit.cc
  test/tsan/fork_deadlock.cc
  test/tsan/fork_multithreaded.cc
  test/tsan/free_race.c
  test/tsan/halt_on_error.cc
  test/tsan/ignore_lib0.cc
  test/tsan/ignore_lib1.cc
  test/tsan/ignore_lib2.cc
  test/tsan/ignore_lib3.cc
  test/tsan/lit.cfg
  test/tsan/malloc_overflow.cc
  test/tsan/mutex_cycle2.c
  test/tsan/race_top_suppression.cc
  test/tsan/race_top_suppression1.cc
  test/tsan/setuid2.c
  test/tsan/suppressions_global.cc
  test/tsan/suppressions_race.cc
  test/tsan/suppressions_race2.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14698.40611.patch
Type: text/x-patch
Size: 14973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/d5d86075/attachment.bin>


More information about the llvm-commits mailing list