summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/lib/llvm.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp
index 4ee300b2b36..8c7cbfd214e 100644
--- a/llvm/test/lib/llvm.exp
+++ b/llvm/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 }
}
OpenPOWER on IntegriCloud