[PATCH] D24908: [ELF] - Do not error out if "entry symbol not found" warning and --fatal-warnings are used together.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 05:58:35 PDT 2016
emaste added a comment.
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.
https://reviews.llvm.org/D24908
More information about the llvm-commits
mailing list