X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fllvm-compilers-check;h=4db8426ace88e1632a4aa4906615de04109f964b;hb=d4bdb4e0b2d89b4a72c4bd3328f8da098bb60a53;hp=c8bd905ff9cea223c90cb5b7aa43ccee2eefbdbe;hpb=30db0c28dee5c8dc8b4bfeb2a94a22ceaba7aec9;p=oota-llvm.git diff --git a/utils/llvm-compilers-check b/utils/llvm-compilers-check index c8bd905ff9c..4db8426ace8 100755 --- a/utils/llvm-compilers-check +++ b/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)