[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)

David Terei davidterei at gmail.com
Tue Jun 15 16:27:17 PDT 2010


On 15 June 2010 23:08, Eugene Toder <eltoder at gmail.com> wrote:
> Subsections is a very good idea. You can even do without
> post-processing by using carefully crafted section names, e.g.
>
> __attribute__((section(".text,\"ax\", at progbits\n\t.subsection 1 #")))
> void foo()
> {
> }

hehe cool, this is great news. Thanks for letting me know.

David



More information about the llvm-dev mailing list