X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.cfg;h=7a39ad3e3ece13f9baccff6167fd8e8cbb82f5cc;hb=894bfb2d423e42acacccbe47d04a698c59ef8c9b;hp=173d51bdf805358c8c40fd0d4161137368380d26;hpb=aa0140066391bf942a686ab79f6526d57ee9479f;p=oota-llvm.git diff --git a/test/lit.cfg b/test/lit.cfg index 173d51bdf80..7a39ad3e3ec 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -176,7 +176,7 @@ lli = 'lli' # we don't support COFF in MCJIT well enough for the tests, force ELF format on # Windows. FIXME: the process target triple should be used here, but this is # difficult to obtain on Windows. -if re.search(r'cygwin|mingw32|windows-gnu|win32', config.host_triple): +if re.search(r'cygwin|mingw32|windows-gnu|windows-msvc|win32', config.host_triple): lli += ' -mtriple='+config.host_triple+'-elf' config.substitutions.append( ('%lli', lli ) ) @@ -221,6 +221,32 @@ else: # also have a post-assertion to not match a trailing hyphen (foo-). NOJUNK = r"(?