[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 09:01:19 PST 2023
dmaclach marked 5 inline comments as done.
dmaclach added inline comments.
================
Comment at: b/llvm/llvm-project/clang/lib/Driver/ToolChains/Darwin.cpp :1439
+ return;
+ }
}
----------------
yln wrote:
> This would become less code if we are okay with not repeating the tool name in the error message.
Rewritten with placeholder.
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