Displaying 1 result from an estimated 1 matches for "444abcad".
2013 Feb 16
1
[LLVMdev] testing a cross compiler
I've been working with friends on a cross compiler based on LLVM for an
experimental machine that's currently only available as a simulator. While
we've got it to compile, I'd like to test it (emphasizing the code
generator rather than the front end or optimizer). Normally I'd approach
such a problem by writing very many, very small test cases, but perhaps
someone has already