Use correct compiler component names for objc
authorDuncan Sands <baldrick@free.fr>
Thu, 7 Aug 2008 17:59:54 +0000 (17:59 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 7 Aug 2008 17:59:54 +0000 (17:59 +0000)
and objc++.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54474 91177308-0d34-0410-b5e6-96231b3b80d8

test/lib/llvm.exp

index 4ee300b2b36889092c2d0905547979d6b26718ea..8c7cbfd214eedf5a7a037221a0af11358b27154b 100644 (file)
@@ -236,8 +236,8 @@ proc llvm_gcc_supports { lang } {
     ada     { set file gnat1 }
     c       { set file cc1 }
     c++     { set file cc1plus }
-    objc    { set file cc1 }
-    objc++  { set file cc1 }
+    objc    { set file cc1obj }
+    objc++  { set file cc1objplus }
     fortran { set file f951 }
     default { return 0 }
   }