[libc++abi] Ensure custom libc++ header paths are honoured during libc++abi build
authorLouis Dionne <ldionne@apple.com>
Mon, 15 Jun 2020 17:20:04 +0000 (13:20 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 15 Jun 2020 17:22:51 +0000 (13:22 -0400)
commite54828ad47d92666a9d17d0993bbd41930a66a88
tree4fd141ed889221dea5cb4d0460823777a44c3f03
parent32f1a909b87d19f4011921bbf7dc6d66a86503fe
[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.
libcxxabi/CMakeLists.txt