[all-commits] [llvm/llvm-project] 414f9b: [CMake] Use libcxx-abi-* targets for in-tree sanit...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Sep 30 13:32:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 414f9b7d2f45670019dc8ec284b685a9e238718f
      https://github.com/llvm/llvm-project/commit/414f9b7d2f45670019dc8ec284b685a9e238718f
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/lib/asan/CMakeLists.txt
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/memprof/CMakeLists.txt
    M compiler-rt/lib/scudo/CMakeLists.txt
    M compiler-rt/lib/tsan/dd/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl-old/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/CMakeLists.txt
    M compiler-rt/lib/ubsan/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI

When in-tree libcxx is selected as the sanitizer C++ ABI, use
libcxx-abi-* targets rather than libcxxabi and libunwind directly.

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




More information about the All-commits mailing list