<div dir="ltr">I have seen the -no-integrated-as in the manual, but how can I specify the particular assembler to clang? And does it also apply to llvm-gcc? <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jan 29, 2013 at 12:21 AM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">You can disable the integrated assembler to fall back to the system one with -no-integrated-as I believe</p>
<p dir="ltr"></p><div><div class="h5">On Jan 28, 2013 7:43 AM, "Ashi" <<a href="mailto:ashi08104@gmail.com" target="_blank">ashi08104@gmail.com</a>> wrote:<br>
><br>
> Hi, all.<br>
> I've some arm assembly code based on GNU as syntax, which can be compiled under Ubuntu by gcc-arm-linux-gnueabi tool. Now I want to add support for iOS to my code, but I failed under Xcode 4.3. I find the clang 3.1 in Xcode doesn't parse my code, such as the comment in my code is after '@', the assemble directive '.text' and so on. Later, I find Clang's integrated assembler is Unified Syntax only, which is different from GNU as' syntax. How can I make clang process my code without changing my code? Thanks!<br>


><br>
> Best regards!<br>
> ashi<br>
><br></div></div>
> _______________________________________________<br>
> cfe-users mailing list<br>
> <a href="mailto:cfe-users@cs.uiuc.edu" target="_blank">cfe-users@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users</a><br>
><br>
<p></p>
</blockquote></div><br></div>