[all-commits] [llvm/llvm-project] 1b06d2: [libc++] Refactor the Apple build scripts

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Feb 16 13:28:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b06d2cf152ed8b9b480ddcdc66ea35b1fa4a76a
      https://github.com/llvm/llvm-project/commit/1b06d2cf152ed8b9b480ddcdc66ea35b1fa4a76a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/utils/ci/apple-install-libcxx.sh
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++] Refactor the Apple build scripts

This patch upstreams some changes we've made internally to how we're
building the libc++ dylib on Apple platforms. The goal is still to
eventually get rid of `apple-install-libcxx.sh` entirely and have a
proper way to mirror what we do internally with just the normal CMake
configuration.

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




More information about the All-commits mailing list