<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 17, 2018 at 8:49 AM, Marshall Clow <span dir="ltr"><<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Thu, Aug 16, 2018 at 3:30 PM, Vitaly Buka <span dir="ltr"><<a href="mailto:vitalybuka@google.com" target="_blank">vitalybuka@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This brakes some bots<div><a href="http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/22441" target="_blank">http://lab.llvm.org:8011/build<wbr>ers/sanitizer-x86_64-linux-<wbr>fast/builds/22441</a><br></div><div><pre style="font-family:"Courier New",courier,monotype,monospace;color:rgb(0,0,0);font-size:medium"><span class="m_-494068724456628002m_6663791268124001906gmail-stdout">/b/sanitizer-x86_64-linux-fast<wbr>/build/libcxx_build_msan/inclu<wbr>de/c++/v1/algorithm:648:10: fatal error: 'bit' file not found
#include <bit>
         ^~~~~
1 error generated.</span></pre></div></div></blockquote></span><div>That's very weird.</div><div><br></div><div>I suspect that you have a build system problem, since you picked up the new <algorithm> (that #includes <bit>)</div><div>but not the new file <bit></div><div><br></div><div>How can that be?</div><div><br></div></div></div></div></blockquote><div><br></div><div>Looks like I needed to put a line in libcxx/<span style="color:rgb(0,0,0);font-family:"Segoe UI","Segoe UI Emoji","Segoe UI Symbol",Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:left;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">include/CMakeLists.txt</span> .</div><div>Sorry for the noise.</div><div>Will re-commit.</div><div><br></div><div>-- Marshall</div><div><br></div></div><br></div></div>