Displaying 2 results from an estimated 2 matches for "e713a744".
2012 Jul 26
0
[LLVMdev] A pragma to turn the optimizations off
...to insert in my source that will turn the optimization off for that file. Could not find one, it is possible?
Thanks a lot,Moshe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120726/e713a744/attachment.html>
2012 Jul 11
4
[LLVMdev] A problem with inline assembly in llvmc for ARM
Hi,
I encountered an issue with inline assembly in my c files compiled with llvmc.
When I have a push instruction in the inline assembly like:
__asm__ volatile ( "push {r4}\n\t" );
the compiler will drop the curly braces and leave it in the generated assembly file as: push r4
And this is non-conformant with the ARM