[all-commits] [llvm/llvm-project] a486ed: [libc++abi] Assume that libcxx is checked out in t...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 27 08:20:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a486edd03ae35c31c8b355f28d948bf14a05937c
      https://github.com/llvm/llvm-project/commit/a486edd03ae35c31c8b355f28d948bf14a05937c
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M libcxx/utils/ci/apple-install-libcxxabi.sh

  Log Message:
  -----------
  [libc++abi] Assume that libcxx is checked out in the Apple build script

Instead of using the libc++ headers provided alongside the toolchain,
use those in the sibling libcxx directory that we know is checked out.
Before the days of the monorepo, we couldn't assume that the libc++
repository was present when building libcxxabi. Since we can now make
that assumption, it's always better to use the version of libc++ that
is in lockstep with libc++abi, to avoid subtle bugs.




More information about the All-commits mailing list