[PATCH] D34213: [sanitizer] Reverting D34152

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 10:30:23 PDT 2017


cryptoad created this revision.
Herald added a subscriber: kubamracek.

This broke thread_local_quarantine_pthread_join.cc on some architectures, due
to the overhead of the stashed regions. Reverting while figuring out the best
way to deal with it.


https://reviews.llvm.org/D34213

Files:
  lib/sanitizer_common/sanitizer_allocator_primary32.h
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_posix.cc
  lib/sanitizer_common/sanitizer_win.cc
  lib/sanitizer_common/tests/sanitizer_common_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34213.102572.patch
Type: text/x-patch
Size: 9425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/8457748a/attachment.bin>


More information about the llvm-commits mailing list