search for: 338ab2d1

Displaying 2 results from an estimated 2 matches for "338ab2d1".

2013 Feb 08
0
[LLVMdev] JIT on armhf
...and I haven't tried yet, but I doubt it'll be any Debian misconfiguration. The whole architecture configuration is a bit odd... cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/338ab2d1/attachment.html>
2013 Feb 08
2
[LLVMdev] JIT on armhf
I'm using the Debian LLVM package to try and do JIT on a Linux armhf device. Unfortunately it seems to be generating armel code rather than armhf code, and since the ABIs don't match nothing works. I've tried overriding the triple to arm-unknown-linux-gnueabihf and arm-linux-gnueabihf (via module->setTargetTriple), and while the triples are accepted, the actual generated code