[PATCH] D142421: [Sanitizers] fix -fno-sanitize-link-runtime for darwin

Julian Lettner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 15:32:29 PST 2023


yln added a comment.

Looks harmless enough, even though I am not sure why we have a completely separate code path on Darwin.  The other toolchain driver seem to have shared code for this in `clang/lib/Driver/ToolChains/CommonArgs.cpp`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142421/new/

https://reviews.llvm.org/D142421



More information about the cfe-commits mailing list