search for: 14c88afc

Displaying 2 results from an estimated 2 matches for "14c88afc".

2012 Dec 08
0
[LLVMdev] Compile code for arm
...raded. 2. Mangle encodings even more, in which case you will have to rebuild the libraries. Clang may or may not be capable of doing that. Regards. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121208/14c88afc/attachment.html>
2012 Dec 08
2
[LLVMdev] Compile code for arm
OK. Thanks for your help. My problem is I am playing with the size of registerfile in ARM. I thought I can do it with only modifying the Target in the LLVM directory. But if it is going to use gcc-toolchain, then I need to modify them as well which is a huge work! Best Regards, A. Yazdanbakhsh