<div dir="ltr"><br><br><div class="gmail_quote">On Fri Feb 20 2015 at 6:10:02 AM Vladimir Medic <<a href="mailto:Vladimir.Medic@imgtec.com">Vladimir.Medic@imgtec.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">================<br>
Comment at: tools/driver/cc1as_main.cpp:<u></u>358<br>
@@ -357,2 +357,3 @@<br>
       TheTarget-><u></u>createMCSubtargetInfo(Opts.<u></u>Triple, Opts.CPU, FS));<br>
+  MCTargetOptions Options = InitMCTargetOptionsFromFlags()<u></u>;<br>
<br>
----------------<br>
echristo wrote:<br>
> I'd prefer not to do this, clang already has its own option handling. Ideas on how to avoid this?<br>
Not right now, at least not a simple one. The FIXME comment that was removed said:"init MCTargetOptions from sanitizer flags here." So we should probably need to map clang options to MCTargetOptions.<br>
<br></blockquote><div><br></div><div>I think we should do that.</div><div><br></div><div>In particular here you should map the -mabi option.</div><div><br></div><div>Thanks!</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://reviews.llvm.org/D7747" target="_blank">http://reviews.llvm.org/D7747</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div></div>