[libcxx] r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 17 08:49:14 PDT 2018


On Thu, Aug 16, 2018 at 3:30 PM, Vitaly Buka <vitalybuka at google.com> wrote:

> This brakes some bots
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/22441
>
> /b/sanitizer-x86_64-linux-fast/build/libcxx_build_msan/include/c++/v1/algorithm:648:10: fatal error: 'bit' file not found
> #include <bit>
>          ^~~~~
> 1 error generated.
>
> That's very weird.

I suspect that you have a build system problem, since you picked up the new
<algorithm> (that #includes <bit>)
but not the new file <bit>

How can that be?

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180817/44e7552f/attachment.html>


More information about the cfe-commits mailing list