On Sat, Mar 14, 2009 at 1:36 AM, Mike Stump <span dir="ltr"><<a href="mailto:mrs@apple.com">mrs@apple.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mar 14, 2009, at 12:47 AM, Sebastian Redl wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Clang accepts ASM files? What exactly does it do with them?</blockquote></div></blockquote><div><br>clang accepts asm input to be preprocessed (with some subtle variations in the preprocessor behavior, not all of which are implemented).<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Same thing gcc does with them.  Assembles them.  Did you expect something else?<br>
</blockquote></div><br>This code has to do with what the "clang" compiler proper accepts; clang doesn't assemble anything of course, although the driver can call the assembler.<br><br> - Daniel<br><br>