]> granicus.if.org Git - clang/commitdiff
ccc: Fix typo; isn't dynamic typing fun!
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Jan 2009 00:04:43 +0000 (00:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Jan 2009 00:04:43 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62817 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/ccclib/Tools.py

index b1087d398385c2e63af97dd46c18ed9eeee39362..c1b4e41b6a7c392257353a762b66027faa180098 100644 (file)
@@ -351,7 +351,7 @@ class Darwin_X86_CC1Tool(Tool):
             return 'cc1',False,False
         elif type is Types.ObjCType or type is Types.ObjCHeaderType:
             return 'cc1obj',True,False
-        elif type is Types.ObjCTypeNoPP or type is Types.ObjCHeaderNoPPTypeP:
+        elif type is Types.ObjCTypeNoPP or type is Types.ObjCHeaderNoPPType:
             return 'cc1obj',True,False
         elif type is Types.CXXType or type is Types.CXXHeaderType:
             return 'cc1plus',True,True