patch test-suite
Robert Lytton
robert at xmos.com
Mon Oct 7 08:49:28 PDT 2013
Hi
Is this the right place to post commit patches for the test-suite?
A patch to fix the function signature of main() for two tests.
as 'int32_t' may not be an 'int'
viz:
-int32_t main (int32_t argc, char * argv[])
+int main (int argc, char * argv[])
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131007/fc1d9391/attachment.html>
More information about the llvm-commits
mailing list