aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lib/llvm.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index 4ee300b2b3..8c7cbfd214 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 }
}