[PATCH] D24908: [ELF] - Do not error out if "entry symbol not found" warning and --fatal-warnings are used together.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 06:53:59 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D24908#552119, @emaste wrote:

> The case that prompted PR30521 was a shared library. Lack of an entry symbol there should not be a warning I think - I'm not sure we ought to mention it at all.


Right, shared case also requires patch, I`ll do it.
What do you think of this one then ?


https://reviews.llvm.org/D24908





More information about the llvm-commits mailing list