]> granicus.if.org Git - clang/commit
Driver: Implement Darwin_X86 tool chain level argument translation.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 25 Mar 2009 06:58:31 +0000 (06:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 25 Mar 2009 06:58:31 +0000 (06:58 +0000)
commitec069ed8a6647d84cc3a58d46d5b2a3c9f000704
treeff58ea60b433c78c59ae7f86bb2cacfdd0d2aa90
parent4e7e9cff2e3b1bf15da06a4284a936da15e19578
Driver: Implement Darwin_X86 tool chain level argument translation.
 - This is really gross, but its the easiest way to match gcc. Once we
   are confident in the driver, we can try and push these translations
   down into tools.

 - No test cases for this yet, it's hard to see the effects of these
   translations before the gcc tool argument translation is pulled
   over.

 - Interaction with "unused argument" warning hasn't been worked out
   yet.

 - <rdar://problem/6717359> [driver] implement toolchain specific
   argument translation.

"It's horrible in here."

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