[PATCH] D141550: [CompilerRT] Remove ubsan static runtime on Apple
Usama Hameed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 15:17:51 PST 2023
usama54321 created this revision.
Herald added a subscriber: Enna1.
Herald added a project: All.
usama54321 requested review of this revision.
Herald added subscribers: Sanitizers, cfe-commits, MaskRay.
Herald added projects: clang, Sanitizers.
This patch removes the static ubsan runtime on Apple devices. The motivation
is to reduce the toolchain size.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141550
Files:
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/sanitizer-ld.c
compiler-rt/lib/ubsan/CMakeLists.txt
compiler-rt/test/ubsan/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141550.488398.patch
Type: text/x-patch
Size: 4366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230111/ec6af8cc/attachment-0001.bin>
More information about the cfe-commits
mailing list