<div class="gmail_quote">On Wed, Nov 9, 2011 at 9:46 AM, Sebastian Pop <span dir="ltr"><<a href="mailto:spop@codeaurora.org">spop@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
On Nov. 7, one of the 30 commits to the clang release_30 branch<br>
breaks my ARM cross compilers: when configuring with<br>
  --with-c-include-dirs=some/path<br>
this path does not get added to the list of include dirs anymore.<br>
Reverting the patches back to the following commit fixes the problem:<br></blockquote><div><br></div><div>Can you give any more details? Can you show the run of clang with '-v' passed where the headers fail to be found, and the paths you passed to that configure?</div>
<div><br></div><div>This isn't something obvious -- we are still pulling in the configure time C_INCLUDE_DIRS list into the header search, so something else is likely going wrong.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
commit 7733429d361ec671ae3bfbb8c3cf33c2078d0fc1<br>
Author: Bill Wendling <<a href="mailto:isanbard@gmail.com">isanbard@gmail.com</a>><br>
Date:   Tue Nov 1 04:11:09 2011 +0000<br>
<a href="https://llvm.org/svn/llvm-project/cfe/branches/release_30@143432" target="_blank">https://llvm.org/svn/llvm-project/cfe/branches/release_30@143432</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Sebastian<br>
--<br>
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</font></span></blockquote></div><br>