[llvm-dev] how to add padding to globals?

Gry Gunvor via llvm-dev llvm-dev at lists.llvm.org
Sun Dec 20 16:24:30 PST 2015


I want LLVM to add padding at the top of my globals.  I also want
expressions that evaluate globals to use a base address that skips
over the padding.  I'm looking for any suggestions as to where to
change the size of a global and where to change the pointer value used
when it occurs in an expression.

Gry


More information about the llvm-dev mailing list