]> granicus.if.org Git - clang/commit
ccc: Change Command to take list of strings for argv instead of Arg
authorDaniel Dunbar <daniel@zuster.org>
Wed, 7 Jan 2009 18:40:45 +0000 (18:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 7 Jan 2009 18:40:45 +0000 (18:40 +0000)
commitdb439909091c5828ec229df6b31328e1fd5f67f1
tree7ddf6d23df322800da367cc460bac1a6e447082a
parente4f039e01e797a38bc97bf22aff9832ecd18ff5f
ccc: Change Command to take list of strings for argv instead of Arg
instances; this just complicated things and doesn't seem to provide
any benefit.

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