[PATCH] D56734: [MSan] Apply the ctor creation scheme of TSan

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 10:56:45 PST 2019


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

To avoid adding an extern function to the global ctors list, apply the changes of D56538 <https://reviews.llvm.org/D56538> also to MSan.


https://reviews.llvm.org/D56734

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/global_ctors_2to3.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56734.181823.patch
Type: text/x-patch
Size: 3994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/829bcda7/attachment.bin>


More information about the llvm-commits mailing list