<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Is it OK to commit this patch?<br>
<br>
Is this the right place to raise patches for test-suite?<br>
<br>
Robert<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF916228"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Robert Lytton<br>
<b>Sent:</b> 07 October 2013 16:49<br>
<b>To:</b> llvm-commits@cs.uiuc.edu<br>
<b>Subject:</b> patch test-suite<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Hi<br>
<br>
Is this the right place to post commit patches for the test-suite?<br>
<br>
A patch to fix the function signature of main() for two tests.<br>
as 'int32_t' may not be an 'int'<br>
viz:<br>
    -int32_t main (int32_t argc, char * argv[])<br>
    +int main (int argc, char * argv[])<br>
<br>
Robert<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>