[PATCH] D29783: Add cmake build support for lsan on OS X
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 13:01:06 PST 2017
fjricci created this revision.
Herald added subscribers: mgorny, srhines, danalbert.
Adds a new cmake flag 'COMPILER_RT_ENABLE_LSAN_OSX', which enables lsan
compilation and is turned off by default. Patches to fix build errors
when this flag is enabled will be uploaded soon.
This is part of an effort to port LSan to OS X, but LSan on OS X does not
currently work or pass tests currently.
https://reviews.llvm.org/D29783
Files:
cmake/config-ix.cmake
lib/asan/CMakeLists.txt
lib/lsan/CMakeLists.txt
lib/lsan/lsan_common.h
lib/lsan/weak_symbols.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29783.87860.patch
Type: text/x-patch
Size: 4538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/5073eb2a/attachment.bin>
More information about the llvm-commits
mailing list