Displaying 1 result from an estimated 1 matches for "asmxcore".
Did you mean:
asmoore
2011 Jan 13
3
[LLVMdev] llc linkage problem
...name.
For example for XCore I change “divs” to “sdiv” like
>From => def DIVS_l3r : FL3R<"divs", sdiv>;// divs
To => def DIVS_l3r : FL3R<"sdiv", sdiv>;//sdiv
But I can see the effect of my change when I run
llc test1.bc –march=xcore –o asmXcore.s
If this is linkage problem how can I solve it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110113/5a9ea3a5/attachment.html>