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 } }