[PATCH] D21018: [ELF] - Basic versioned symbols support implemented.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 06:52:41 PDT 2016


>Also, I think this patch can be split, no?
>
>We should be able to first update just the parser, so that we parse
>
>foo { ...};
>bar {...};
>
>but handle it as putting every global symbol as an unversioned export.

Ok, I`ll check what I can do for it.

>Cheers,
>Rafael

George.


More information about the llvm-commits mailing list