[all-commits] [llvm/llvm-project] 6f5f84: [libcxxabi] Copy headers into build location

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri May 13 21:10:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f5f847a36af2f2e9dfce4ed99f1a243161c7d5d
      https://github.com/llvm/llvm-project/commit/6f5f847a36af2f2e9dfce4ed99f1a243161c7d5d
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/CMakeLists.txt

  Log Message:
  -----------
  [libcxxabi] Copy headers into build location

Prior to D120727, the libcxx build was responsible for copying libcxxabi
headers into the right location, both in the build and install trees,
but now it's the responsibility of the libcxxabi build. While the build
already did the right thing for the install tree, it wouldn't copy
headers into the build tree, resulting in errors when trying to use the
just built toolchain as is the case in the runtimes build when building
compiler-rt runtimes.

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




More information about the All-commits mailing list