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

Petr Hosek via All-commits all-commits at lists.llvm.org
Sat Oct 8 20:36:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 826693e2b0ff1db7665809fa6e97b23071ff6627
      https://github.com/llvm/llvm-project/commit/826693e2b0ff1db7665809fa6e97b23071ff6627
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-10-09 (Sun, 09 Oct 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