Displaying 2 results from an estimated 2 matches for "r122956".
2011 Jan 17
3
[LLVMdev] clang/LLVM cross testing environment
...ml and http://ellcc.org/targetsupport.html
* Not all of the NetBSD standard library has been ported. There are a
lot of system calls, etc. that have not been tested. I've been adding
things as needed, not in any systematic way.
* It is currently based on a fairly recent version of LLVM/clang: r122956.
* Processor support is currently limited to those that are supported by
QEMU, just because I wanted to have a common run/debug environment.
Feel free to check it out.
-Rich
2011 Jan 26
0
[LLVMdev] clang/LLVM cross testing environment
On 17 January 2011 10:30, Richard Pennington <rich at pennware.com> wrote:
> * It is currently based on a fairly recent version of LLVM/clang: r122956.
This is great. I've noticed that you've made some fixes or additions
that haven't made it upstream yet, such as the Microblaze parameter
fix in rev 2337 (CCed Wesley Peck as he seems to have done a lot of
work on the MBlaze stack code recently) and va_arg support for
Microblaze in rev...