[PATCH] D29636: [ELF] - Added partial support for --emit-relocs (no --gc-section case) #2

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 07:49:29 PST 2017


>I still think we should leave the DISCARD and gc case for a followup
>patch. Without it this is a trivial patch.
>
>Cheers,
>Rafael

GC case is not used in kernel, and I would postpone it's support until we have users.
But /DISCARD/ is used and therefore important.

I can prepare one more version without /DISCARD/ if that makes sence.

George.


More information about the llvm-commits mailing list