[LLVMdev] Address space information dropped

Eli Friedman eli.friedman at gmail.com
Mon May 7 09:15:53 PDT 2012


On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard <ivanllopard at gmail.com> wrote:
> Hi all,
>
> Tuning my TargetAsmPrinter implementation in the back-end side, I
> discovered that the address space number is not passed down while
> emitting global variables with constant initializers. The information is
> dropped at AsmPrinter::EmitGlobalConstant() function call which defaults
> it to zero.

This sounds like a bug.

-Eli



More information about the llvm-dev mailing list