[PATCH] D101458: [libc++] Do not copy the libc++abi headers into the libc++ build tree
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 12:17:36 PDT 2021
thakis accepted this revision.
thakis added a comment.
Makes sense to me.
Just to confirm: Even back when clang assumed that libc++ headers shipped with the compiler instead of the sdk on macOS (which I think is still the case in currently shipping xcode), it didn't assume that the libc++abi headers ship with the compiler, right? (I patched this in and clang still seems to compile a program that includes <iostream> find, so it looks like it.)
Is there anything else that installs this header? We don't need it, but someone might?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101458/new/
https://reviews.llvm.org/D101458
More information about the llvm-commits
mailing list