Files
archived-llvm/lib/Transforms/Instrumentation
Hans Wennborg 63485bd162 Merging r276015:
------------------------------------------------------------------------
r276015 | vedantk | 2016-07-19 13:16:08 -0700 (Tue, 19 Jul 2016) | 7 lines

[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*

r274801 did not go far enough to allow gcov+tsan to cooperate. With this
commit it's possible to run the following code without false positives:

  std::thread T1(fib), T2(fib);
  T1.join(); T2.join();
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276810 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-26 21:22:57 +00:00
..
2016-04-18 09:17:29 +00:00
2016-06-21 02:39:08 +00:00
2016-06-05 03:40:03 +00:00
2016-07-26 21:22:57 +00:00