[PATCH] D144926: darwin platforms do not support static-lsan with TSan or ASan but were "silently failing" in that they would just ignore the flag and link in the dynamic runtimes instead.

Dave MacLachlan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 15:26:47 PST 2023


dmaclach created this revision.
Herald added a project: All.
dmaclach requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.

This matches the pre-existing UBSan failure path.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144926

Files:
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Darwin.cpp
  clang/test/Driver/sanitizer-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144926.500938.patch
Type: text/x-patch
Size: 4897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230227/f579086b/attachment.bin>


More information about the cfe-commits mailing list