[all-commits] [llvm/llvm-project] a44477: [CompilerRT] Remove ubsan static runtime on Apple

Usama Hameed via All-commits all-commits at lists.llvm.org
Tue Jan 17 14:34:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a44477b1f4b5c462474c12144d5f914d04a674cb
      https://github.com/llvm/llvm-project/commit/a44477b1f4b5c462474c12144d5f914d04a674cb
  Author: usama hameed <u_hameed at apple.com>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/test/Driver/sanitizer-ld.c
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/CMakeLists.txt

  Log Message:
  -----------
  [CompilerRT] Remove ubsan static runtime on Apple

This patch removes the static ubsan runtime on Apple devices. The motivation
is to reduce the toolchain size.

rdar://102061519

Differential Revision: https://reviews.llvm.org/D141550




More information about the All-commits mailing list