<div dir="ltr">This was probably caused by r202720. I guess that's desirable if we want to update our builtin headers in a patch release, but it'd be nice if we did what gcc does and symlink 3.5 to 3.5.0 or something.<div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Mar 4, 2014 at 3:59 AM, G M <span dir="ltr"><<a href="mailto:gmisocpp@gmail.com" target="_blank">gmisocpp@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi Everyone</div><div><br></div><div>
It would appear that the recent build problems that suddenly appeared for me that were manifesting through libcxx no longer building was caused by the clang headers changing directory or something like that.</div>
<div><br></div><div>Files like x86intrin.h were in</div><div><br></div><div>\llvm\lib\clang\3.5\include</div><div><br></div><div>but somehow for some reason changed to</div><div><br></div><div>\llvm\lib\clang\3.5.0\include</div>
<div><br></div><div>This may be intentional but I thought I'd call my discovery out since it might be accidental and may cause other people problems like it did me.</div><div><br></div><div>In my case It resulted in a simple hard coded script I had failing to pickup the latest versions of headers because they "moved" unexpectedly.</div>
<div><br></div><div>I changed my local custom script to note that ,0 change and everything builds again now.</div><div><br></div><div>Hope this info is useful to others.</div></div>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div></div>