]> granicus.if.org Git - clang/commit
Driver: Claim -arch options when pipelining, and claim arguments that
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Mar 2009 07:55:12 +0000 (07:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Mar 2009 07:55:12 +0000 (07:55 +0000)
commit7587719c40ebf02bf11e5e66c30bd20e98edebc2
tree7bd238c495f336ad67ff207925e6a104710944f6
parent115a79277edababaf1b26e3654044ae983197679
Driver: Claim -arch options when pipelining, and claim arguments that
are forwarded to GCC.
 - The later is unfortunate, as it prevents us from generally warning
   about anything interesting on platforms that use a generic
   toolchain. However, we can't do much better without significantly
   complicating things, and generally we should have proper tool chain
   definitions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp