[libcxx-commits] [PATCH] D97572: [libc++] Include <__config_site> from <__config>
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 22 10:57:47 PDT 2021
nickdesaulniers added subscribers: compnerd, nickdesaulniers.
nickdesaulniers added a comment.
Hi, I'm hacking on trying to bootstrap a build of clang from sources linked against musl. I'm hitting a curious set of failures trying to bootstrap libcxxabi:
llvm-project/libcxx/include/__config:13:10: fatal error: '__config_site' file not found
#include <__config_site>
@compnerd mentioned this commit. It no longer can be reverted cleanly, but if I check out the commit before this, I no longer have this error bootstrapping.
(This isn't necessarily a regression; my scripts never worked on the first place. I only started writing them recently; much later than when this landed. That said, bootstrapping seems a bit trick at the moment and it's not clear how to fix).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97572/new/
https://reviews.llvm.org/D97572
More information about the libcxx-commits
mailing list