On Fri, Aug 17, 2018 at 8:49 AM, Marshall Clow <mclow.li...@gmail.com>
wrote:

> 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?
>
>
Looks like I needed to put a line in libcxx/include/CMakeLists.txt .
Sorry for the noise.
Will re-commit.

-- Marshall
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to