[cfe-commits] r67532 - /cfe/trunk/Driver/clang.cpp

Chris Lattner clattner at apple.com
Mon Mar 23 13:01:14 PDT 2009


On Mar 23, 2009, at 12:23 PM, Daniel Dunbar wrote:

> This changes makes since, but out of curiosity was it necessary? The  
> driver should always call clang with -x.
>
I noticed this running "clang foo.s -E" which treated the file as a .c  
file instead of .S file.  I believe it is not necessary when using the  
driver.

-Chris 



More information about the cfe-commits mailing list