[cfe-commits] r66986 - in /cfe/trunk: include/clang/Driver/Types.h lib/Driver/Types.cpp

Daniel Dunbar daniel at zuster.org
Sat Mar 14 02:27:11 PDT 2009


On Sat, Mar 14, 2009 at 1:36 AM, Mike Stump <mrs at apple.com> wrote:

> On Mar 14, 2009, at 12:47 AM, Sebastian Redl wrote:
>
>> Clang accepts ASM files? What exactly does it do with them?
>
>
clang accepts asm input to be preprocessed (with some subtle variations in
the preprocessor behavior, not all of which are implemented).


> Same thing gcc does with them.  Assembles them.  Did you expect something
> else?
>

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.

 - Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090314/6c3308cd/attachment.html>


More information about the cfe-commits mailing list