[PATCH] D21133: [ELF] - Inform user that we do not support relocations against text segment.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 08:17:39 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D21133#452235, @ruiu wrote:

> I don't think the error message is easy to understand as it now contains two types of errors. Can you separate them out?


It looks that place can report about relocations against text segments exclusively,
other dynamic relocations errors can be handled separately (please see http://reviews.llvm.org/D21184)


http://reviews.llvm.org/D21133





More information about the llvm-commits mailing list