summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGClass.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-06-19 15:09:06 +0000
committerReid Kleckner <reid@kleckner.net>2013-06-19 15:09:06 +0000
commit3793d5ed30613b97bf7735c21d84d440cbb00133 (patch)
tree96680c102296dec9b86aceb0ad3d64083c113bb3 /clang/lib/CodeGen/CGClass.cpp
parent4da7f88d2c549c91d07112735464d0d7c49edaa0 (diff)
downloadbcm5719-llvm-3793d5ed30613b97bf7735c21d84d440cbb00133.tar.gz
bcm5719-llvm-3793d5ed30613b97bf7735c21d84d440cbb00133.zip
[Driver] Don't forward source file input args to gcc
gcc's inputs are already added by the InputInfoList passed to Action::ConstructJob. Fixes a regression from r183989. This was manifesting when targetting mingw as an extra input argument to gcc when assembling. It presumably affects other situations where clang calls gcc. Prior to r183989, forwardToGCC() was returning false because the INPUT option defined in OptParser.td had the DriverOption flag set on it. LLVM's Option library does not set this flag for INPUT. Reviewers: espindola Differential Revision: http://llvm-reviews.chandlerc.com/D999 llvm-svn: 184308
Diffstat (limited to 'clang/lib/CodeGen/CGClass.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud