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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 10:34:30 PDT 2016


ruiu added a comment.

I wonder if this is the right thing to do. That message is a warning message, so it seems to me that it naturally should turn into an error when --fatal-warning is given, even if that's different from what GNU ld does.


https://reviews.llvm.org/D24908





More information about the llvm-commits mailing list