[PATCH] D29784: Add lsan function stubs for darwin
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 13:06:55 PST 2017
fjricci created this revision.
Herald added a subscriber: mgorny.
This patch provides stubs for all of the lsan platform-specific
functions which need to be implemented for darwin. Currently
all of these functions are stubs, for the purpose of fixing
compilation.
https://reviews.llvm.org/D29784
Files:
lib/lsan/CMakeLists.txt
lib/lsan/lsan_common_mac.cc
lib/sanitizer_common/CMakeLists.txt
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29784.87862.patch
Type: text/x-patch
Size: 3349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/5510d3d2/attachment.bin>
More information about the llvm-commits
mailing list