From: Duncan Sands Date: Thu, 7 Aug 2008 17:59:54 +0000 (+0000) Subject: Use correct compiler component names for objc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c93346af8e754149af5e2838ef3cb286eef094df;p=oota-llvm.git Use correct compiler component names for objc and objc++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54474 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 4ee300b2b36..8c7cbfd214e 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -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 } }