[libcxx-commits] [libcxx] 69c2087 - [libc++] Fix compiler-rt build by copying libc++ headers to <build>/include

Nico Weber via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 21 16:05:49 PDT 2020


Not sure I'd call this an "implementation detail". The build dir used to
have clang in 'bin/clang', lib stuff in 'lib/...', and this in
'include/...'. That's also the dir layout when installing, and it means
that clang's built-in search logic would find libc++ headers before. That
seems like a bad thing to break?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201021/533a1130/attachment.html>


More information about the libcxx-commits mailing list