Displaying 1 result from an estimated 1 matches for "mcasmino".
Did you mean:
mcasminfo
2012 Nov 03
1
[LLVMdev] symbols for exception handling
I thought of a simpler way to do this which is no more of a hack than
the way labels are noramally output.
Create an EmitDebugLabel and then in MCAsminfo, add another variable for
the suffix for debug labels which can by default be just ":". Then for
Mips I can change it to "=."
On 11/03/2012 01:40 PM, Reed Kotler wrote:
> I'm working on a patch for this problem