[all-commits] [llvm/llvm-project] 2da550: [compiler-rt][CMake] Use linker semantics for unwi...

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Jul 14 14:16:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2da550140aa98cf6a3e96417c87f1e89e3a26047
      https://github.com/llvm/llvm-project/commit/2da550140aa98cf6a3e96417c87f1e89e3a26047
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M compiler-rt/CMakeLists.txt

  Log Message:
  -----------
  [compiler-rt][CMake] Use linker semantics for unwinder and C++ library

Try the shared library first, and if it doesn't exist fallback onto
the static one. When the static library is requested, skip the shared
library.

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




More information about the All-commits mailing list