[PATCH] D144672: [Sanitizers] Error when attempting to use `static-lsan` with `TSan` or `Asan` on darwin
Dave MacLachlan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 15:35:08 PST 2023
dmaclach marked an inline comment as done.
dmaclach added a comment.
In D144672#4151146 <https://reviews.llvm.org/D144672#4151146>, @usama54321 wrote:
> Sorry for this. I need to confirm that asan and tsan are not supported on darwin. Please don't merge until then. Thanks
Probably being pedantic, but note that asan and tsan *are* supported on darwin as shared libraries, just not as static libraries. If you take a look at the llvm distro, libclang_rt.asan_osx only ships as a dylib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144672/new/
https://reviews.llvm.org/D144672
More information about the llvm-commits
mailing list