<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">find attached a .patch file that replaces dependence on /usr/include/regex.h , and uses instead "llvm/Support/Regex.h"<div><br></div><div>carefully check the values in the cases where the number of matches is important.  i used the RegExTest.cpp in the LLVM area to try and determine the appropriate way to call this.</div><div><br></div><div>of note: there were a number of changes of args that used to be const that are no longer because LLVM Regex class can change the value of error during a match() or isValid() check.</div><div><br></div><div>this will now allow code dependent upon regular expressions to be correct for MinGW as well.</div><div><br></div><div><br></div><div></div></body></html>