[PATCH] D26177: [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during unwinding)

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 13:51:28 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL286893: [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during… (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D26177?vs=77571&id=77881#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26177

Files:
  llvm/trunk/include/llvm/Analysis/EHPersonalities.h
  llvm/trunk/include/llvm/Transforms/Utils/EscapeEnumerator.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/Analysis/EHPersonalities.cpp
  llvm/trunk/lib/CodeGen/ShadowStackGCLowering.cpp
  llvm/trunk/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  llvm/trunk/lib/Transforms/Utils/CMakeLists.txt
  llvm/trunk/lib/Transforms/Utils/EscapeEnumerator.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/test/Instrumentation/ThreadSanitizer/eh.ll
  llvm/trunk/test/Instrumentation/ThreadSanitizer/no_sanitize_thread.ll
  llvm/trunk/test/Instrumentation/ThreadSanitizer/sanitize-thread-no-checking.ll
  llvm/trunk/test/Instrumentation/ThreadSanitizer/str-nobuiltin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26177.77881.patch
Type: text/x-patch
Size: 30883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161114/22c9c813/attachment.bin>


More information about the llvm-commits mailing list