From c93346af8e754149af5e2838ef3cb286eef094df Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 7 Aug 2008 17:59:54 +0000 Subject: 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 --- test/lib/llvm.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lib/llvm.exp') diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 4ee300b..8c7cbfd 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 } } -- cgit v1.1