patch test-suite
Robert Lytton
robert at xmos.com
Tue Oct 15 08:18:10 PDT 2013
Is it OK to commit this patch?
Is this the right place to raise patches for test-suite?
Robert
________________________________
From: Robert Lytton
Sent: 07 October 2013 16:49
To: llvm-commits at cs.uiuc.edu
Subject: patch test-suite
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/20131015/0fcbe4aa/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PatchTestSuite
Type: application/octet-stream
Size: 858 bytes
Desc: PatchTestSuite
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131015/0fcbe4aa/attachment.obj>
More information about the llvm-commits
mailing list