[all-commits] [llvm/llvm-project] 7a804c: [libcxx] Consistently set CMAKE_STATIC_LIBRARY_PRE...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue Mar 23 09:18:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a804c09798a7051bd9189a0e59d84ea30b1e337
      https://github.com/llvm/llvm-project/commit/7a804c09798a7051bd9189a0e59d84ea30b1e337
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M libcxx/src/CMakeLists.txt

  Log Message:
  -----------
  [libcxx] Consistently set CMAKE_STATIC_LIBRARY_PREFIX regardless of LIBCXX_ENABLE_STATIC

CMAKE_STATIC_LIBRARY_PREFIX affects the naming of all static libs (in
MSVC configurations), including c++experimental, which only is produced
as static regardless of LIBCXX_ENABLE_STATIC.

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




More information about the All-commits mailing list