diff options
author | Duncan Sands <baldrick@free.fr> | 2008-06-27 14:22:20 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-06-27 14:22:20 +0000 |
commit | b78424e6fe38df1b7647eef53f20e81c26f9b088 (patch) | |
tree | a03db03f07a125d5cde25099c84058c75bd1d0b4 /test/lib/llvm.exp | |
parent | dc423bfe1af69e1094d449dcb88cd28fb5d1c4d2 (diff) | |
download | external_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.exp | 2 |
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" ,] { |