This matches the pre-existing UBSan failure path.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential 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. AbandonedPublic Authored by dmaclach on Feb 27 2023, 3:26 PM.
Details
Summary This matches the pre-existing UBSan failure path.
Diff Detail
Unit TestsFailed
Revision Contents
Diff 500938 clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/sanitizer-ld.c
|