search for: 4b15c997

Displaying 2 results from an estimated 2 matches for "4b15c997".

2014 Jan 15
2
[LLVMdev] test suite 'owner'
...Core. I would like to discuss the changes I have found necessary to make and what is the next step. Should any/all of them be pushed upstream? Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140115/4b15c997/attachment.html>
2014 Jan 13
4
[LLVMdev] test suite 'owner'
Hi Eric, Could you explain the intent and policy regarding the test-suite body of code. Should the test be left as much as possible as-is (even if technically incorrect)? Should changes only affect the XCore target (#ifdef) or should all targets get the changes? Taking "int32_t main" as an example. The correct return type & argc for main is 'int'. In the XCore tool chain,