diff options
Diffstat (limited to 'test/lib/llvm.exp')
-rw-r--r-- | test/lib/llvm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 8c7cbfd214..3d7588dd6e 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -237,7 +237,7 @@ proc llvm_gcc_supports { lang } { c { set file cc1 } c++ { set file cc1plus } objc { set file cc1obj } - objc++ { set file cc1objplus } + obj-c++ { set file cc1objplus } fortran { set file f951 } default { return 0 } } |