]> granicus.if.org Git - clang/commit
ccc: Finish main clang compiler argument translation.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 14 Jan 2009 19:42:31 +0000 (19:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 14 Jan 2009 19:42:31 +0000 (19:42 +0000)
commit3cde3251edc0323ea91f2d8a110737c90722c7e8
treeaf252b05e0b615bd902eb93bf173b884281be71f
parentff03fbb6718ff310da3c5a0cb66038666fe6b09a
ccc: Finish main clang compiler argument translation.
 - Still missing some odds and ends like -M.

 - Also, we still need to do some translation and forwarding of
   codegen options.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62241 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ccc/ccclib/Arguments.py
tools/ccc/ccclib/Tools.py