[PATCH] D37810: [test] Enable LeakSanitizer on 64-bit Darwin ASan clang builds
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 08:48:14 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL314526: [test] Disable leak checking on a clang crash test on Darwin (authored by fjricci).
Changed prior to commit:
https://reviews.llvm.org/D37810?vs=116871&id=117157#toc
Repository:
rL LLVM
https://reviews.llvm.org/D37810
Files:
cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
Index: cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
===================================================================
--- cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
+++ cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
@@ -7,6 +7,7 @@
// RUN: %S/../VFS/Inputs/vfsoverlay2.yaml > %t/srcvfs.yaml
// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
+// RUN: ASAN_OPTIONS=detect_leaks=0 \
// RUN: %clang -fsyntax-only -nostdinc %s \
// RUN: -I %S/Inputs/crash-recovery/usr/include \
// RUN: -ivfsoverlay %t/srcvfs.yaml \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37810.117157.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/f59cd08d/attachment.bin>
More information about the llvm-commits
mailing list