<div dir="ltr">Aha. This is what's causing Siva Chandra's problem.<div><br></div><div>Hrm, I'll see what I can figure out. I'll revert until then or talk to Richard.</div><div><br></div><div>-eric</div><div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 31, 2015 at 4:02 PM Hans Wennborg <<a href="mailto:hans@chromium.org">hans@chromium.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This change makes Basic depend on AST.<br>
<br>
The immediate problem I'm hitting is clang-format (which uses Basic<br>
but not AST) failing to link on Windows [1], but I suspect this could<br>
cause problems elsewhere too.<br>
<br>
Is there some way to avoid this dependency?<br>
<br>
 [1]. <a href="http://build.chromium.org/p/chromium.fyi/builders/ClangToTWin/builds/2903/steps/gclient%20runhooks/logs/stdio" rel="noreferrer" target="_blank">http://build.chromium.org/p/chromium.fyi/builders/ClangToTWin/builds/2903/steps/gclient%20runhooks/logs/stdio</a><br>
<br>
On Mon, Aug 31, 2015 at 11:39 AM, Eric Christopher via cfe-commits<br>
<<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>> wrote:<br>
> Author: echristo<br>
> Date: Mon Aug 31 13:39:22 2015<br>
> New Revision: 246468<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=246468&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=246468&view=rev</a><br>
> Log:<br>
> Pull the target attribute parsing out of CGCall and onto TargetInfo.<br>
><br>
> Also:<br>
>   - Add a typedef to make working with the result easier.<br>
>   - Update callers to use the new function.<br>
>   - Make initFeatureMap out of line.<br>
><br>
> Modified:<br>
>     cfe/trunk/include/clang/Basic/TargetInfo.h<br>
>     cfe/trunk/lib/Basic/TargetInfo.cpp<br>
>     cfe/trunk/lib/CodeGen/CGCall.cpp<br>
</blockquote></div></div></div>