[PATCH] D32191: Enable lsan test suite for darwin x86-64
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 14:46:22 PDT 2017
fjricci added inline comments.
================
Comment at: test/asan/lit.cfg:44-45
+ # tests to prevent regressions
+ if config.target_arch == 'x86_64':
+ default_asan_opts += ':detect_leaks=1'
elif config.android:
----------------
fjricci wrote:
> kubamracek wrote:
> > Does the ASan test suite pass with that? Specifically, the tests in `Testcases/Darwin/`?
> They do on my local macbook, yes.
(The failures there were addressed by this patch a while back: D31978)
Repository:
rL LLVM
https://reviews.llvm.org/D32191
More information about the llvm-commits
mailing list