[libcxx-commits] [PATCH] D89041: [libc++] Include <__config_site> from <__config>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 21 10:09:34 PDT 2020


ldionne added a comment.

In D89041#2345002 <https://reviews.llvm.org/D89041#2345002>, @ye-luo wrote:

> Fails at make install.
>
> CMake Error at projects/libcxx/include/cmake_install.cmake:753 (file):
>
>   file INSTALL cannot find
>   "/scratch/opt/llvm-clang/build_mirror_offload_nightly/projects/libcxx/__config_site":
>   No such file or directory.

This change is surprisingly tricky to land. Thanks for the heads up.

Should be fixed in

  commit b5aa67446e01bd277727b05710a42e69ac41e74b
  Author: Louis Dionne <ldionne at apple.com>
  Date:   Wed Oct 21 12:53:24 2020 -0400
  
      [libc++] Fix the installation of libc++ headers since the __config_site change


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89041/new/

https://reviews.llvm.org/D89041



More information about the libcxx-commits mailing list