ccc: Darwin: Implement some important general argument translations
for the Darwin tool chain.
 - Ideally we would localize these to tool specific argument
   processing but for now this matches gcc closely.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62181 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/ccc/ccclib/Driver.py b/tools/ccc/ccclib/Driver.py
index 310607c..429142c 100644
--- a/tools/ccc/ccclib/Driver.py
+++ b/tools/ccc/ccclib/Driver.py
@@ -335,7 +335,7 @@
                     # revert to unknown. I think this is more likely a
                     # bug / unintended behavior in gcc. Not very
                     # important though.
-                    inputType = ObjectType
+                    inputType = Types.ObjectType
 
         # We claim things here so that options for which we silently allow
         # override only ever claim the used option.