summaryrefslogtreecommitdiffstats
path: root/test/lib/llvm.exp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-06-27 14:22:20 +0000
committerDuncan Sands <baldrick@free.fr>2008-06-27 14:22:20 +0000
commitb78424e6fe38df1b7647eef53f20e81c26f9b088 (patch)
treea03db03f07a125d5cde25099c84058c75bd1d0b4 /test/lib/llvm.exp
parentdc423bfe1af69e1094d449dcb88cd28fb5d1c4d2 (diff)
downloadexternal_llvm-b78424e6fe38df1b7647eef53f20e81c26f9b088.zip
external_llvm-b78424e6fe38df1b7647eef53f20e81c26f9b088.tar.gz
external_llvm-b78424e6fe38df1b7647eef53f20e81c26f9b088.tar.bz2
Regression test for PR2443.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib/llvm.exp')
-rw-r--r--test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index 1afc00a..4ee300b 100644
--- a/test/lib/llvm.exp
+++ b/test/lib/llvm.exp
@@ -238,7 +238,7 @@ proc llvm_gcc_supports { lang } {
c++ { set file cc1plus }
objc { set file cc1 }
objc++ { set file cc1 }
- fortran { set file fcc1 }
+ fortran { set file f951 }
default { return 0 }
}
foreach supported_lang [split "$llvmgcc_langs" ,] {