[cfe-commits] r67418 - in /cfe/trunk: include/clang/Driver/HostInfo.h lib/Driver/Driver.cpp lib/Driver/HostInfo.cpp test/Driver/phases.c tools/ccc/ccclib/Driver.py tools/ccc/ccclib/HostInfo.py
Chris Lattner
clattner at apple.com
Sat Mar 21 01:33:58 PDT 2009
On Mar 20, 2009, at 4:39 PM, Daniel Dunbar wrote:
> Author: ddunbar
> Date: Fri Mar 20 18:39:23 2009
> New Revision: 67418
>
> URL: http://llvm.org/viewvc/llvm-project?rev=67418&view=rev
> Log:
> ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.
> - <rdar://problem/6669441> ccc doesn't handle assembler-with-cpp
> semantics correctly (but clang supports it)
Are you sure about this? Doesn't -E just imply that .s is .S?
-Chris
More information about the cfe-commits
mailing list