On Thu, Aug 16, 2018 at 3:30 PM, Vitaly Buka <vitalyb...@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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to