Displaying 2 results from an estimated 2 matches for "codeemission".
2010 Jul 28
2
[LLVMdev] alignment
Hi
I was wondering if within the TargetDescription string it was
possible to specify different alignment for variables on stack versus
globals. If not, is there any other way to specify that ?
thanks
shrey
2010 Jul 28
0
[LLVMdev] alignment
Hello
> I was wondering if within the TargetDescription string it was
> possible to specify different alignment for variables on stack versus
> globals. If not, is there any other way to specify that ?
You can always ensure necessary alignment for globals during
asmprinting / codeemission.
This is in fact done inside some backends...
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University