[LLVMdev] Current status of ARM backend (system-level support specifically) on LLVM?
Eli Friedman
eli.friedman at gmail.com
Thu Jun 4 13:32:06 PDT 2009
On Thu, Jun 4, 2009 at 11:59 AM, Won J Jeon<wjjeon at gmail.com> wrote:
> Thanks, Eli. Also, I wonder specifically if the structure alignment and code
> padding in the system code works with ARM backend without any problem, so
> LLVM behaves the same as gcc.
llvm-gcc should generally produce equivalent code to gcc; if you find
any cases where it doesn't, please file a bug. And if you're
generating IR yourself, LLVM should provide sufficient facilities to
generate correct code.
-Eli
More information about the llvm-dev
mailing list