X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.cfg;h=bbf0a6b1f50a84618dc26549b4deb28dde0ddac2;hb=531bece9f586ef68017815f721cb99164e66d8dd;hp=962728d0cb4caa63ec8d3bdd5227e1e7a2c5b7fe;hpb=ab42578bdd00f1738a1a9ff41481faf9673110ce;p=oota-llvm.git diff --git a/test/lit.cfg b/test/lit.cfg index 962728d0cb4..bbf0a6b1f50 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -202,20 +202,17 @@ config.substitutions.append( ('%exeext', config.llvm_exe_ext) ) # tools that might happen to be in the user's PATH. Thus this list # includes every tool placed in $(LLVM_OBJ_ROOT)/$(BuildMode)/bin # (llvm_tools_dir in lit parlance). - # Don't match 'bugpoint-' or 'clang-'. - # Don't match '/clang' or '-clang'. -if os.pathsep == ';': - pathext = os.environ.get('PATHEXT', '').split(';') -else: - pathext = [''] -# Regex to reject matching a hyphen -NOHYPHEN = r"(?