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