diff options
| author | David Greene <greened@obbligato.org> | 2014-06-19 19:31:11 +0000 |
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2014-06-19 19:31:11 +0000 |
| commit | 03b1c3f4388303714ddf414fd159f62c01630569 (patch) | |
| tree | b822fd1ddcd5ac3553bf4287944d344ee7f47310 | |
| parent | 63677389908d93101134c81f1f8c6e1800729903 (diff) | |
| download | bcm5719-llvm-03b1c3f4388303714ddf414fd159f62c01630569.tar.gz bcm5719-llvm-03b1c3f4388303714ddf414fd159f62c01630569.zip | |
Remove bogus configure check
Configure creates makefiles, so it doesn't make sense to check for
them to see if we can configure.
llvm-svn: 211301
| -rwxr-xr-x | llvm/utils/llvm-compilers-check | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/llvm-compilers-check b/llvm/utils/llvm-compilers-check index c8bd905ff9c..4db8426ace8 100755 --- a/llvm/utils/llvm-compilers-check +++ b/llvm/utils/llvm-compilers-check @@ -538,10 +538,6 @@ class Builder(threading.Thread): self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf) return -1 - if not os.path.exists(mf): - self.logger.info("[" + prefix + "] Configure failed, no makefile " + mf) - return -1 - if os.path.exists(conf) and os.path.exists(mf): confstat = os.stat(conf) makestat = os.stat(mf) |

