<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div class=""><blockquote type="cite"><div dir="ltr">
<div class="gmail_extra"><div class="gmail_quote"><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>Does the driver need to process theĀ  -mfpu just to pass the results to -cc1 or is the information needed for something like deciding which libraries to link with? If just -cc1, maybe we could just pass down the raw option?<br>
</div></blockquote>
<div><br></div><div>It's possible, but translating flags into -target-option flags in the driver is pretty pervasive in the driver (63 "Features.push_back" calls in lib/Driver/Tools.cpp). So that'd be fairly different from the current code, and I'm not sure if Frontend depending on ARMCodeGen is much better than Driver depending on it?</div>
</div></div></div>
</blockquote></div><div>Yes, I agree, they are both equally odd.</div><div><br></div><div>What is the size impact in libclang? It links with lib/Driver, no?</div></div></blockquote><div><br></div><div>From what I can tell looking at tools/clang/tools/libclang/CMakeLists.txt, it doesn't.</div>
</div></div></div>