[PATCH] D56433: [NewPM] Port tsan

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 04:40:20 PST 2019


philip.pfaffe created this revision.
philip.pfaffe added reviewers: chandlerc, fedor.sergeev, vitalybuka, leonardchan.
Herald added subscribers: bollu, hiraditya.

A straightforward port of tsan to the new PM, following the same path
as D55647 <https://reviews.llvm.org/D55647>.


https://reviews.llvm.org/D56433

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56433.180641.patch
Type: text/x-patch
Size: 11141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/9489bad1/attachment.bin>


More information about the llvm-commits mailing list