Anton Korobeynikov
2012-Jul-11 17:45 UTC
[LLVMdev] A problem with inline assembly in llvmc for ARM
> Looks like a problem with llvmc. Your example works fine with clang.llvmc does not do the actual compilation, it executed llvm-gcc / llc. So, it seems problem is there. Anyway, LLVM 2.9 is too ancient, especially for ARM. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Moshe Kravchik
2012-Jul-11 18:17 UTC
[LLVMdev] A problem with inline assembly in llvmc for ARM
Thanks for your reply, so what do you suggest?Do you know if there is a version that fixes this? Moshe> From: anton at korobeynikov.info > Date: Wed, 11 Jul 2012 21:45:29 +0400 > Subject: Re: [LLVMdev] A problem with inline assembly in llvmc for ARM > To: grosbach at apple.com > CC: mkravchik at hotmail.com; llvmdev at cs.uiuc.edu > > > Looks like a problem with llvmc. Your example works fine with clang. > llvmc does not do the actual compilation, it executed llvm-gcc / llc. > So, it seems problem is there. > Anyway, LLVM 2.9 is too ancient, especially for ARM. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120711/e57ad438/attachment.html>
Anton Korobeynikov
2012-Jul-11 18:25 UTC
[LLVMdev] A problem with inline assembly in llvmc for ARM
> Thanks for your reply, so what do you suggest? > Do you know if there is a version that fixes this?Yes, since LLVM 2.9 two version of LLVM were released - 3.0 and 3.1. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Maybe Matching Threads
- [LLVMdev] A problem with inline assembly in llvmc for ARM
- [LLVMdev] A problem with inline assembly in llvmc for ARM
- [LLVMdev] Assembly Mips from bitecode llvm
- [LLVMdev] Passing arguments to opt via clang
- [LLVMdev] A problem with inline assembly in llvmc for ARM