[libcxx-commits] [PATCH] D89041: [libc++] Include <__config_site> from <__config>

Joseph Huber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 21 10:52:06 PDT 2020


jhuber6 added a comment.

In D89041#2345124 <https://reviews.llvm.org/D89041#2345124>, @ldionne wrote:

> In D89041#2345115 <https://reviews.llvm.org/D89041#2345115>, @jhuber6 wrote:
>
>> When I try a fresh build using an install script,
>>
>>   In file included from /home2/3n4/llvm/trunk/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
>>   /home2/3n4/llvm/trunk/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:10: fatal error: cassert: No such file or directory
>>    #include <cassert>
>
> How are you building? This does not appear to be one of the usual setups, cause the builds are green on my side.

Yeah, I think that one might've been a compiler-rt failure that broke some other time since I haven't built from scratch in awhile. I'll let you know if my build finishes without compiler-rt.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89041/new/

https://reviews.llvm.org/D89041



More information about the libcxx-commits mailing list