]> granicus.if.org Git - clang/commit
ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Mar 2009 23:39:23 +0000 (23:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Mar 2009 23:39:23 +0000 (23:39 +0000)
commite33bea4ef34598e7a4a6a3a117392268998552d4
treee3c932344ebf7d4c1a9f7599eb1152491c7be6fd
parent068636800594844c53fba0bc871c579745757d0e
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)

 - This is sad, because it requires a fairly useless target
   hook. C'est la vie.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67418 91177308-0d34-0410-b5e6-96231b3b80d8
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