[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:59:07 PDT 2018


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

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

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


More information about the cfe-commits mailing list