[all-commits] [llvm/llvm-project] e54828: [libc++abi] Ensure custom libc++ header paths are ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jun 15 10:24:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e54828ad47d92666a9d17d0993bbd41930a66a88
      https://github.com/llvm/llvm-project/commit/e54828ad47d92666a9d17d0993bbd41930a66a88
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M libcxxabi/CMakeLists.txt

  Log Message:
  -----------
  [libc++abi] Ensure custom libc++ header paths are honoured during libc++abi build

This is necessary for standalone builds where the libc++ in use has a
custom configuration set up inside __config_site -- one needs to build
libc++abi against the installed headers of libc++ (which are properly
configured) instead of the ones inside libcxx/include.

See https://reviews.llvm.org/rGe619e9d#927848 for details.




More information about the All-commits mailing list