X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.cfg;h=df1f4a101965bffa707e8ba41287cd355ff5ce9d;hb=52301027aa45b8608b00f4eb324ffa11e924284d;hp=3ee9edc8e6a0c2e3449044a8f72e32b55ee46553;hpb=e7d0b1d146168e2dedf21f244b028585026ec909;p=oota-llvm.git diff --git a/test/lit.cfg b/test/lit.cfg index 3ee9edc8e6a..df1f4a10196 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -173,7 +173,7 @@ jit_impl_cfg = lit_config.params.get('jit_impl', None) if jit_impl_cfg == 'mcjit': # When running with mcjit, mangle -mcjit into target triple # and add -use-mcjit flag to lli invocation - if 'i686' in config.target_triple: + if 'i386' in config.target_triple or 'i686' in config.target_triple: config.target_triple += jit_impl_cfg + '-ia32' elif 'x86_64' in config.target_triple: config.target_triple += jit_impl_cfg + '-ia64' @@ -204,33 +204,53 @@ else: # Regex to reject matching a hyphen NOHYPHEN = r"(?