X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.cfg;h=ddb02ecf569e1d43edb5a0a2da7b27a653d44770;hb=7a88b655ccad0f128ea1a5e8ca433a8827a24ff3;hp=b423c6e80b7998745c1e43b2cfee4ba9e7ce356f;hpb=005159e92420a102516ee6e29ef2178c818da5d0;p=oota-llvm.git diff --git a/test/lit.cfg b/test/lit.cfg index b423c6e80b7..ddb02ecf569 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -160,7 +160,9 @@ config.substitutions.append( ('%lli_mcjit', lli_mcjit) ) # but simply want use the currently considered most reliable jit for platform # FIXME: ppc32 is not ready for mcjit. if 'arm' in config.target_triple \ - or 'powerpc64' in config.target_triple: + or 'aarch64' in config.target_triple \ + or 'powerpc64' in config.target_triple \ + or 's390x' in config.target_triple: defaultIsMCJIT = 'true' else: defaultIsMCJIT = 'false' @@ -199,9 +201,14 @@ if os.pathsep == ';': pathext = os.environ.get('PATHEXT', '').split(';') else: pathext = [''] +# Regex to reject matching a hyphen +NOHYPHEN = r"(?