[PATCH] D144672: [Sanitizers] Error when attempting to use `static-lsan` with `TSan` or `Asan` on darwin
Dave MacLachlan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 2 15:31:57 PST 2023
dmaclach added inline comments.
================
Comment at: compiler-rt/test/asan/TestCases/replaceable_new_delete_static.cpp:10-11
+
+// darwin only supports shared-libsan, so this should fail.
+// XFAIL: darwin
+
----------------
yln wrote:
> This should work, right?
No.. darwin should fail with the `-static-libsan` flag. This is the test that was failing and caused the rollback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144672/new/
https://reviews.llvm.org/D144672
More information about the cfe-commits
mailing list