<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>