Displaying 1 result from an estimated 1 matches for "7ab762df".
2012 Feb 15
2
[LLVMdev] ASM appears to be incorrect from llc
...4
_x:
.long 0 # 0x0
Now, the bit I think is wrong is
mov _x,EAX
I think it should be
mov [_x], eax
Thoughts?
Cheers
Matthew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120216/7ab762df/attachment.html>